[1.8.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378666e6d5f6cabc9e485c9db2618ff88 from master.
This commit is contained in:
parent
31ddf51b52
commit
16dfaa5f94
@ -1445,11 +1445,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()``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user