Fixed #23261 -- Deprecated old style list support for unordered_list filter.

This commit is contained in:
Jaap Roes 2014-08-11 09:51:52 +02:00 committed by Tim Graham
parent 2e7be92b4d
commit e92b057e06
6 changed files with 43 additions and 13 deletions

View file

@ -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