Removed django.contrib.markup.

This commit is contained in:
Aymeric Augustin 2012-12-24 23:14:06 +01:00
parent f27a4ee327
commit ebd2598596
11 changed files with 2 additions and 322 deletions

View file

@ -2356,16 +2356,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.markup
^^^^^^^^^^^^^^^^^^^^^
A collection of template filters that implement these common markup languages:
* Textile
* Markdown
* reST (reStructuredText)
See the :doc:`markup documentation </ref/contrib/markup>`.
django.contrib.webdesign
^^^^^^^^^^^^^^^^^^^^^^^^