mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #23261 -- Deprecated old style list support for unordered_list filter.
This commit is contained in:
parent
2e7be92b4d
commit
e92b057e06
6 changed files with 43 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue