mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Added release note about removed div around csrf token
Refs #18484. Thanks Simon Charette for the suggestion.
This commit is contained in:
parent
7a44dc555a
commit
e6f45aa623
@ -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
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user