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