Commit e6f45aa6 authored by Claude Paroz's avatar Claude Paroz
Browse files

Added release note about removed div around csrf token

Refs #18484. Thanks Simon Charette for the suggestion.
parent 7a44dc55
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
==========================