Kaydet (Commit) 4b725320 authored tarafından Claude Paroz's avatar Claude Paroz

[1.7.x] Added release note about strip_tags improvement

Backport of 1c8dbb0c from master.
üst 80f08dbd
...@@ -23,3 +23,6 @@ several bugs in 1.6.2: ...@@ -23,3 +23,6 @@ several bugs in 1.6.2:
:class:`~django.forms.IntegerField` subclasses from being overwritten by the :class:`~django.forms.IntegerField` subclasses from being overwritten by the
code in their ``__init__`` method code in their ``__init__`` method
(`#22245 <http://code.djangoproject.com/ticket/22245>`_). (`#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).
...@@ -792,6 +792,12 @@ Tests ...@@ -792,6 +792,12 @@ Tests
* The database settings for testing have been collected into a dictionary * The database settings for testing have been collected into a dictionary
named :setting:`TEST <DATABASE-TEST>`. named :setting:`TEST <DATABASE-TEST>`.
Utilities
^^^^^^^^^
* Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot
guarantee an HTML-safe result, as stated in the documentation).
Validators Validators
^^^^^^^^^^ ^^^^^^^^^^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment