Added release note about removed div around csrf token

Refs #18484. Thanks Simon Charette for the suggestion.
This commit is contained in:
Claude Paroz 2012-10-13 20:59:58 +02:00
parent 7a44dc555a
commit e6f45aa623
1 changed files with 4 additions and 0 deletions

View File

@ -444,6 +444,10 @@ Miscellaneous
:ref:`Q() expressions <complex-lookups-with-q>` and ``QuerySet`` combining where
the operators are used as boolean AND and OR operators.
* The :ttag:`csrf_token` template tag is no longer enclosed in a div. If you need
HTML validation against pre-HTML5 Strict DTDs, you should add a div around it
in your pages.
Features deprecated in 1.5
==========================