django1/django/contrib/gis/geoip
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
..
__init__.py Added more relative imports in contrib.gis. 2012-05-18 17:06:25 +02:00
base.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
libgeoip.py Fixed a NameError in geoip/libgeoip if the GeoIP library is not found. 2013-01-01 12:24:02 +01: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 Added missing encoding preamble to gis tests. 2012-11-09 15:16:06 +01:00