From 3af9b70028487be81c4f6ca65ca0d1f2be337e4f Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 17 Aug 2015 09:01:59 -0400 Subject: Refs #22789 -- Removed contrib.webdesign per deprecation timeline. --- docs/ref/contrib/index.txt | 9 --------- docs/ref/contrib/webdesign.txt | 12 ------------ docs/ref/templates/builtins.txt | 4 ---- docs/spelling_wordlist | 1 - 4 files changed, 26 deletions(-) delete mode 100644 docs/ref/contrib/webdesign.txt (limited to 'docs') 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 `. -webdesign -========= - -Helpers and utilities targeted primarily at Web *designers* rather than -Web *developers*. - -See the :doc:`Web design helpers documentation `. - 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 -- cgit v1.3