diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-10-13 20:59:58 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-10-13 21:01:30 +0200 |
| commit | e6f45aa623d9a67a2d6389665ca1bea0556dc832 (patch) | |
| tree | 9d9eb96634ee282378c06eace7bceaed52a6026e /docs | |
| parent | 7a44dc555a3c9bfd1691ebb346b91f25d2f94c7d (diff) | |
Added release note about removed div around csrf token
Refs #18484. Thanks Simon Charette for the suggestion.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.5.txt | 4 |
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 ========================== |
