diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/index.txt | 9 | ||||
| -rw-r--r-- | docs/ref/contrib/webdesign.txt | 12 | ||||
| -rw-r--r-- | docs/ref/templates/builtins.txt | 4 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
4 files changed, 0 insertions, 26 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. diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index dda4028ca2..efba30a8c3 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -937,7 +937,6 @@ virtualenvs virtualized Votizen webapps -webdesign webkit WebKit Weblog |
