django1/django/contrib/gis/utils
Claude Paroz f4abba5200 Fixed #18367 -- Allowed LayerMapping to store strings in TextField.
Thanks geoffhing@gmail.com for the report.
2012-05-24 09:57:22 +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 Fixed #18367 -- Allowed LayerMapping to store strings in TextField. 2012-05-24 09:57:22 +02:00
ogrinfo.py Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
ogrinspect.py Imported zip from future_builtins instead of itertools.izip. 2012-05-07 17:25:12 +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 Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00