From e6f45aa623d9a67a2d6389665ca1bea0556dc832 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 13 Oct 2012 20:59:58 +0200 Subject: [PATCH] Added release note about removed div around csrf token Refs #18484. Thanks Simon Charette for the suggestion. --- docs/releases/1.5.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 ` 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 ==========================