diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2017-08-21 10:16:22 +0300 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-08-21 12:13:50 +0200 |
| commit | 8ba5811febbd1c83634715f9bb963b3dbfbb80ee (patch) | |
| tree | 0cbc262d7542ba0b7b16839193fb9e7a9cdc4cfd | |
| parent | 88b290470ab3436ef0bda6b0f3057fe133bda265 (diff) | |
[1.10.x] Removed redundant backticks in docs/releases/1.8.txt
Backport of 8d095c6378666e6d5f6cabc9e485c9db2618ff88 from master.
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 5cb91427c7..54120609f8 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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()`` ------------------------------------- |
