diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-02-10 15:55:57 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-02-10 16:09:04 +0100 |
| commit | fb1e3435a4d7e0265f19a1a9f130c9485fb8dfe9 (patch) | |
| tree | 0a7f52b8189a276cca0d84cf6596b8f9c21d33aa /docs | |
| parent | c3dd38c57427f2d51222b4789137848f5a3194e7 (diff) | |
Fixed #21996 -- Used proper encoding for GeoIP content
Thanks Florent Messa for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.3.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.6.3.txt b/docs/releases/1.6.3.txt index e3fccafd5d..45a1ad0c19 100644 --- a/docs/releases/1.6.3.txt +++ b/docs/releases/1.6.3.txt @@ -7,4 +7,6 @@ Django 1.6.3 release notes This is Django 1.6.3, a bugfix release for Django 1.6. Django 1.6.3 fixes several bugs in 1.6.2: -* ... +* Content retrieved from the GeoIP library is now properly decoded from its + default ``iso-8859-1`` encoding + (`#21996 <http://code.djangoproject.com/ticket/21996>`_). |
