django1/django/contrib/gis/geoip
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
..
__init__.py Added more relative imports in contrib.gis. 2012-05-18 17:06:25 +02:00
base.py Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns results for unicode strings. 2011-10-20 20:08:33 +00:00
libgeoip.py Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues. 2011-09-10 18:04:27 +00:00
prototypes.py Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues. 2011-09-10 18:04:27 +00:00
tests.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00