From 775975f15d7d461c154e558cba5fb0592539126f Mon Sep 17 00:00:00 2001 From: Erik Romijn Date: Sat, 1 Mar 2014 10:42:08 +0100 Subject: Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html() --- docs/ref/templates/builtins.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index a5d4c7c26e..bb02187727 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1582,6 +1582,9 @@ fix_ampersands This is rarely useful as ampersands are automatically escaped. See :tfilter:`escape` for more information. +.. deprecated:: 1.7 + This filter has been deprecated and will be removed in Django 1.8. + Replaces ampersands with ``&`` entities. For example:: -- cgit v1.3