Removed redundant backticks in docs/releases/1.8.txt
This commit is contained in:
parent
c47747d45a
commit
8d095c6378
|
@ -1442,11 +1442,11 @@ Old :tfilter:`unordered_list` syntax
|
||||||
An older (pre-1.0), more restrictive and verbose input format for the
|
An older (pre-1.0), more restrictive and verbose input format for the
|
||||||
:tfilter:`unordered_list` template filter has been deprecated::
|
:tfilter:`unordered_list` template filter has been deprecated::
|
||||||
|
|
||||||
``['States', [['Kansas', [['Lawrence', []], ['Topeka', []]]], ['Illinois', []]]]``
|
['States', [['Kansas', [['Lawrence', []], ['Topeka', []]]], ['Illinois', []]]]
|
||||||
|
|
||||||
Using the new syntax, this becomes::
|
Using the new syntax, this becomes::
|
||||||
|
|
||||||
``['States', ['Kansas', ['Lawrence', 'Topeka'], 'Illinois']]``
|
['States', ['Kansas', ['Lawrence', 'Topeka'], 'Illinois']]
|
||||||
|
|
||||||
``django.forms.Field._has_changed()``
|
``django.forms.Field._has_changed()``
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue