From 9a3dfa2a524aedb8580b7311585f9d52f252f4e7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 17 Aug 2015 10:03:22 -0400 Subject: Refs #23261 -- Removed old style list syntax for unordered_list filter Per deprecation timeline. --- docs/ref/templates/builtins.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index abc14f0cd8..a21dd75caf 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -2231,12 +2231,6 @@ contains ``['States', ['Kansas', ['Lawrence', 'Topeka'], 'Illinois']]``, then -.. 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 1.10. - .. templatefilter:: upper upper -- cgit v1.3