diff options
| author | Jaap Roes <jaap@eight.nl> | 2014-08-11 09:51:52 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-11 07:04:33 -0400 |
| commit | e92b057e06b41eb05930637119e83ed3acd3d324 (patch) | |
| tree | 9966e66c8b7c8148cfa0cb3937a45c7be61c4854 /docs/ref | |
| parent | 2e7be92b4df29ac851d570e57da5dcf756c5ac52 (diff) | |
Fixed #23261 -- Deprecated old style list support for unordered_list filter.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 7 |
1 files changed, 5 insertions, 2 deletions
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 </ul> </li> -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 |
