diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-17 10:03:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-23 19:31:09 -0400 |
| commit | 9a3dfa2a524aedb8580b7311585f9d52f252f4e7 (patch) | |
| tree | 5eb1f2b5879df2728bd626582d5803d86cd70d58 /docs/ref | |
| parent | 27b2321793c62fb2cbb00fd2830c9387a187a84f (diff) | |
Refs #23261 -- Removed old style list syntax for unordered_list filter
Per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 6 |
1 files changed, 0 insertions, 6 deletions
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 </ul> </li> -.. 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 |
