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:59:24 +0200 |
| commit | cba018242527bb6bc3c0fd1a7e35495b6dcc25e4 (patch) | |
| tree | 3f943a8a1d228fccc923526bfc7a41252c44257f | |
| parent | 824e02bf836affa182dd4bcb7b3e1796f1389b38 (diff) | |
[1.7.x] Fixed typo in 1.7 release notes
Backport of 12cf10cacd6 from master.
| -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 18884307a8..11bfb697d6 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1425,7 +1425,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: |
