diff options
| author | Tim Graham <timograham@gmail.com> | 2015-05-22 09:39:14 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-22 09:39:14 -0400 |
| commit | e11a08ee155811e5f0b2a13640178f82c928c4e7 (patch) | |
| tree | 4db5fc4bf9923614f59e8907da89c8d0167063bd | |
| parent | 00d763a4fbc1c1a0b3729afad1d0109b6ea90e13 (diff) | |
Fixed #24839 -- Removed references to deprecated contrib.webdesign.
| -rw-r--r-- | docs/index.txt | 1 | ||||
| -rw-r--r-- | docs/ref/templates/builtins.txt | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/docs/index.txt b/docs/index.txt index 575d27ed66..b92d057b63 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 <ref/templates/language>` | :doc:`Built-in tags and filters <ref/templates/builtins>` | - :doc:`Web design helpers <ref/contrib/webdesign>` | :doc:`Humanization <ref/contrib/humanize>` * **For programmers:** diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index b7aef71e45..7dba5d364c 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2535,13 +2535,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 ^^^^^^ |
