diff options
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 |
