From e92b057e06b41eb05930637119e83ed3acd3d324 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Mon, 11 Aug 2014 09:51:52 +0200 Subject: Fixed #23261 -- Deprecated old style list support for unordered_list filter. --- docs/ref/templates/builtins.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 242f2c2c9a..c24da54e67 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2259,8 +2259,11 @@ contains ``['States', ['Kansas', ['Lawrence', 'Topeka'], 'Illinois']]``, then -Note: An older, more restrictive and verbose input format is also supported: -``['States', [['Kansas', [['Lawrence', []], ['Topeka', []]]], ['Illinois', []]]]``, +.. deprecated:: 1.8 + + An older, more restrictive and verbose input format is also supported: + ``['States', [['Kansas', [['Lawrence', []], ['Topeka', []]]], ['Illinois', []]]]``. + Support for this syntax will be removed in Django 2.0. .. templatefilter:: upper -- cgit v1.3