mirror of https://github.com/django/django.git
[1.10.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378
from master.
This commit is contained in:
parent
88b290470a
commit
8ba5811feb
|
@ -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()``
|
||||
-------------------------------------
|
||||
|
|
Loading…
Reference in New Issue