From 2f0e0eee450775a71ac3eb42707dcd970ede42c8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 10 May 2016 12:46:47 -0400 Subject: Fixed #24046 -- Deprecated the "escape" half of utils.safestring. --- docs/internals/deprecation.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index b3d03dd37a..218e79d66f 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -168,6 +168,13 @@ details on these changes. * ``FileField`` methods ``get_directory_name()`` and ``get_filename()`` will be removed. +* The ``mark_for_escaping()`` function and the classes it uses: ``EscapeData``, + ``EscapeBytes``, ``EscapeText``, ``EscapeString``, and ``EscapeUnicode`` will + be removed. + +* The ``escape`` filter will change to use + ``django.utils.html.conditional_escape()``. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3