diff options
| author | Claude Paroz <claude@2xlibre.net> | 2018-07-14 10:38:18 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-20 10:44:30 -0400 |
| commit | b004bd62e83588fdb0e533fdeec993aec358281d (patch) | |
| tree | 0752bdad31c3132e1eb96b0a10346b7c394a8910 /docs | |
| parent | 861638a3074f289faf729d739edf6326332a484f (diff) | |
Fixed #29412 -- Stopped marking slugify() result as HTML safe.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
