From 76700c5437d4b5187f58a3f99104f45002d1524e Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 10 Feb 2014 15:55:57 +0100 Subject: [1.6.x] Fixed #21996 -- Used proper encoding for GeoIP content Thanks Florent Messa for the report. Backport of fb1e3435a4 from master. --- docs/releases/1.6.3.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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 `_). -- cgit v1.3