django1/django/contrib/gis/utils
Aymeric Augustin bdca5ea345 [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
..
__init__.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
geoip.py Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
layermapping.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
ogrinfo.py Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
ogrinspect.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
srs.py Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shane Shifflett for the bug report and aaugustin for the initial patch. 2011-09-10 17:19:05 +00:00
wkt.py [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00