From d17bc72880caea967ee1f4332941269837b68a2a Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 30 Oct 2011 07:32:21 +0000 Subject: Fixed #17135 -- Made it possible to use decorators (like stringfilter) on template filter functions in combination with auto-escaping. Refs #16726. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17056 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index f50b0423e5..603f20dbab 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -251,6 +251,9 @@ these changes. :mod:`django.core.management`. This also means that the old (pre-1.4) style of :file:`manage.py` file will no longer work. +* Setting the ``is_safe`` and ``needs_autoescape`` flags as attributes of + template filter functions will no longer be supported. + 2.0 --- -- cgit v1.3