summaryrefslogtreecommitdiff
path: root/django/contrib/gis/models.py
AgeCommit message (Expand)Author
2014-12-13Removed empty gis models.pyClaude Paroz
2014-05-17Fixed jenkins breakage, apparently migrations need a models module.Florian Apolloner
2014-05-16Remove old compatibility shims from d.c.gis.Marc Tamlyn
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-04-10Refactored `get_srid_info` to use the ORM (now possible since it's no longer ...Justin Bronn
2009-03-31Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks,...Justin Bronn
2009-03-30Refactored and cleaned up parts of the spatial database backend. Changes inc...Justin Bronn
2008-08-10gis: Fixed #8207; now shield 2.4 test runners from attempting to import ctypes.Justin Bronn
2008-08-07gis: Fixed #8141; moved Python 2.3 incompatibilities out of the reach of the ...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn