django1/django/contrib/gis/geoip
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
..
__init__.py Added more relative imports in contrib.gis. 2012-05-18 17:06:25 +02:00
base.py Fixed #17066 -- Prevented TypeError in GeoIP.__del__ 2013-02-15 17:12:14 +01: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