Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial patch.

This commit is contained in:
Preston Holmes 2012-06-23 17:57:20 +03:00 committed by Julien Phalip
parent 617d077f1f
commit 3da43c1111
5 changed files with 30 additions and 1 deletions

View file

@ -264,6 +264,9 @@ these changes.
in 1.4. The backward compatibility will be removed --
``HttpRequest.raw_post_data`` will no longer work.
* ``django.contrib.markup`` will be removed following an accelerated
deprecation.
1.7
---