django1/django/contrib/gis/db/backends
Claude Paroz 7b9a1fb964 Fixed cursor commit command in PostGIS backend
Thanks Bruno Renié for noticing the error.
2012-11-23 17:20:36 +01:00
..
mysql Fixed type in MySQL spatial backend. 2012-10-05 18:49:59 -07:00
oracle Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +02:00
postgis Fixed cursor commit command in PostGIS backend 2012-11-23 17:20:36 +01:00
spatialite Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+ 2012-10-12 17:23:22 +02:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some corner cases. Thanks, milosu for the bug report and jpaulett for the patch. 2011-09-10 00:29:34 +00:00
base.py Use native geometry types on PostGIS 2.0+ instead of `AddGeometryColumn` and don't query database in `PostGISCreation.sql_table_creation_suffix`. 2012-10-06 09:57:24 -07:00
util.py Removed unused quoting/encoding in gis db backend 2012-09-13 20:17:52 +02:00