mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.11.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378 from master.
This commit is contained in:
committed by
Claude Paroz
parent
07e34f8bca
commit
be24b5eaa5
@@ -1442,11 +1442,11 @@ Old :tfilter:`unordered_list` syntax
|
||||
An older (pre-1.0), more restrictive and verbose input format for the
|
||||
:tfilter:`unordered_list` template filter has been deprecated::
|
||||
|
||||
``['States', [['Kansas', [['Lawrence', []], ['Topeka', []]]], ['Illinois', []]]]``
|
||||
['States', [['Kansas', [['Lawrence', []], ['Topeka', []]]], ['Illinois', []]]]
|
||||
|
||||
Using the new syntax, this becomes::
|
||||
|
||||
``['States', ['Kansas', ['Lawrence', 'Topeka'], 'Illinois']]``
|
||||
['States', ['Kansas', ['Lawrence', 'Topeka'], 'Illinois']]
|
||||
|
||||
``django.forms.Field._has_changed()``
|
||||
-------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user