diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-08-20 08:57:13 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-08-20 08:57:35 +0200 |
| commit | 12cf10cacd62cfa22814dcb2be35801f4b9b7d6f (patch) | |
| tree | cb481e3932b24cd7a7cdd54e9835fa831949c79e /docs | |
| parent | 9247da1032c1b8c98b0fcfb278bbbdbc8edc8783 (diff) | |
Fixed typo in 1.7 release notes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index f26dd5f456..7a88cf3878 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1423,7 +1423,7 @@ Miscellaneous databases, use the :djadminopt:`--database` flag to get SQL for those models (previously they would always be included in the output). -* Decoding the query string from URLs now fallbacks to the ISO-8859-1 encoding +* Decoding the query string from URLs now falls back to the ISO-8859-1 encoding when the input is not valid UTF-8. .. _deprecated-features-1.7: |
