Claude Paroz
|
35185495e3
|
Fixed #17066 -- Prevented TypeError in GeoIP.__del__
When garbaging GeoIP instances, it happens that GeoIP_delete is
already None.
Thanks mitar for the report and stefanw for tests.
|
2013-02-15 17:12:14 +01:00 |
Florian Apolloner
|
cf7afeb2d1
|
Fixed a NameError in geoip/libgeoip if the GeoIP library is not found.
Thx to Bouke Haarsma for the report.
|
2013-01-01 12:24:02 +01:00 |
Florian Apolloner
|
aea8bf0662
|
Added missing encoding preamble to gis tests.
'coverage html' did fail without it.
Thanks to Claude Paroz for figuring it out.
|
2012-11-09 15:16:06 +01:00 |
Aymeric Augustin
|
3cb2457f46
|
[py3] Replaced basestring by six.string_types.
|
2012-07-22 09:29:54 +02:00 |
Claude Paroz
|
4a103086d5
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
|
2012-06-07 18:08:47 +02:00 |
Claude Paroz
|
02eca6c0e2
|
Added more relative imports in contrib.gis.
|
2012-05-18 17:06:25 +02:00 |
Claude Paroz
|
b52672d778
|
Replaced deprecated TestCase methods. Refs #17049.
|
2012-05-03 16:39:16 +02:00 |
Justin Bronn
|
01f4ce4c49
|
Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns results for unicode strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-10-20 20:08:33 +00:00 |
Justin Bronn
|
05e29716b4
|
Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-09-10 18:04:27 +00:00 |