diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-17 09:01:59 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:09 -0400 |
| commit | 3af9b70028487be81c4f6ca65ca0d1f2be337e4f (patch) | |
| tree | 09424e030aad263740bd264f421b34a154ecab7c /docs/ref | |
| parent | 57039f9661d2fc06618bba1ed60d005212ee26e3 (diff) | |
Refs #22789 -- Removed contrib.webdesign per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -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 |
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. |
