From 6b339b5c849ccd2db55607e770ce2223e88ea1d3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 22 May 2015 09:39:14 -0400 Subject: [PATCH] [1.8.x] Fixed #24839 -- Removed references to deprecated contrib.webdesign. Backport of e11a08ee155811e5f0b2a13640178f82c928c4e7 from master --- docs/index.txt | 1 - docs/ref/templates/builtins.txt | 7 ------- 2 files changed, 8 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 58c63206b9..7631068806 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -152,7 +152,6 @@ designers and how it can be extended by programmers: * **For designers:** :doc:`Language overview ` | :doc:`Built-in tags and filters ` | - :doc:`Web design helpers ` | :doc:`Humanization ` * **For programmers:** diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index aa7b4dd0ee..1caec9a634 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2542,13 +2542,6 @@ django.contrib.humanize A set of Django template filters useful for adding a "human touch" to data. See :doc:`/ref/contrib/humanize`. - -django.contrib.webdesign -^^^^^^^^^^^^^^^^^^^^^^^^ - -A collection of template tags that can be useful while designing a Web site, -such as a generator of Lorem Ipsum text. See :doc:`/ref/contrib/webdesign`. - static ^^^^^^