summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/releases/1.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index 263392fdc7..d49bae801d 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -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
==========================