summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/index.txt9
-rw-r--r--docs/ref/contrib/webdesign.txt12
-rw-r--r--docs/ref/templates/builtins.txt4
3 files changed, 0 insertions, 25 deletions
diff --git a/docs/ref/contrib/index.txt b/docs/ref/contrib/index.txt
index b2b331476e..498a2e48c8 100644
--- a/docs/ref/contrib/index.txt
+++ b/docs/ref/contrib/index.txt
@@ -35,7 +35,6 @@ those packages have.
sites
staticfiles
syndication
- webdesign
admin
=====
@@ -137,14 +136,6 @@ A framework for generating syndication feeds, in RSS and Atom, quite easily.
See the :doc:`syndication documentation </ref/contrib/syndication>`.
-webdesign
-=========
-
-Helpers and utilities targeted primarily at Web *designers* rather than
-Web *developers*.
-
-See the :doc:`Web design helpers documentation </ref/contrib/webdesign>`.
-
Other add-ons
=============
diff --git a/docs/ref/contrib/webdesign.txt b/docs/ref/contrib/webdesign.txt
deleted file mode 100644
index f3c8ebe402..0000000000
--- a/docs/ref/contrib/webdesign.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-========================
-django.contrib.webdesign
-========================
-
-.. module:: django.contrib.webdesign
- :synopsis: Helpers and utilities targeted primarily at Web *designers*
- rather than Web *developers*.
-
-.. deprecated:: 1.8
-
- The package contained only a single template tag and it has been moved
- to the built-in tags (:ttag:`lorem`).
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index d032d7b1cc..359907d261 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -721,10 +721,6 @@ more information.
lorem
^^^^^
-.. versionadded:: 1.8
-
- The tag was previously located in :mod:`django.contrib.webdesign`.
-
Displays random "lorem ipsum" Latin text. This is useful for providing sample
data in templates.