django1/django/contrib/gis/db/backends
Anssi Kääriäinen 86644e065f Refactored gis/spatialite connection initialization
The connection state is now initialized in get_new_connection().
Refs #19274.
2012-11-27 19:47:22 +02: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 Refactored gis/spatialite connection initialization 2012-11-27 19:47: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