Kaydet (Commit) e6f45aa6 authored tarafından Claude Paroz's avatar Claude Paroz

Added release note about removed div around csrf token

Refs #18484. Thanks Simon Charette for the suggestion.
üst 7a44dc55
...@@ -444,6 +444,10 @@ Miscellaneous ...@@ -444,6 +444,10 @@ Miscellaneous
:ref:`Q() expressions <complex-lookups-with-q>` and ``QuerySet`` combining where :ref:`Q() expressions <complex-lookups-with-q>` and ``QuerySet`` combining where
the operators are used as boolean AND and OR operators. 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 Features deprecated in 1.5
========================== ==========================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment