From b004bd62e83588fdb0e533fdeec993aec358281d Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 14 Jul 2018 10:38:18 +0200 Subject: Fixed #29412 -- Stopped marking slugify() result as HTML safe. --- docs/releases/2.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index ce8bcd6fa4..0145b0d5e2 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -244,6 +244,9 @@ Miscellaneous * For consistency with WSGI servers, the test client now sets the ``Content-Length`` header to a string rather than an integer. +* The return value of :func:`django.utils.text.slugify` is no longer marked as + HTML safe. + .. _deprecated-features-2.2: Features deprecated in 2.2 -- cgit v1.3