From 5f7b3e56cea045d177589c673c682c69bd6ed709 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 22 Mar 2014 12:25:26 +0100 Subject: [PATCH] [1.6.x] Added release note about strip_tags improvement Backport of 1c8dbb0cc from master. --- docs/releases/1.6.3.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index 004e70f663..80a3c7f08a 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -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 `_). + +* Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot + guarantee an HTML-safe result, as stated in the documentation).