[1.6.x] Added release note about strip_tags improvement

Backport of 1c8dbb0cc from master.
This commit is contained in:
Claude Paroz 2014-03-22 12:25:26 +01:00
parent d1503afd66
commit 5f7b3e56ce
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ several bugs in 1.6.2:
:class:`~django.forms.IntegerField` subclasses from being overwritten by the
code in their ``__init__`` method
(`#22245 <http://code.djangoproject.com/ticket/22245>`_).
* Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot
guarantee an HTML-safe result, as stated in the documentation).