Removed redundant backticks in docs/releases/1.8.txt

This commit is contained in:
Berker Peksag 2017-08-21 10:16:22 +03:00 committed by Claude Paroz
parent c47747d45a
commit 8d095c6378
1 changed files with 2 additions and 2 deletions

View File

@ -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()``
-------------------------------------