django1/django/contrib/gis/db/backends
Julien Phalip 675431dfaa Fixed #17278 -- Enabled the spatialite GIS tests to run without having to specify a database name in the settings. Thanks to Aymeric for the report and to Ramiro for the initial patch. 2012-08-19 02:17:45 -07:00
..
mysql remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
oracle [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
postgis [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
spatialite Fixed #17278 -- Enabled the spatialite GIS tests to run without having to specify a database name in the settings. Thanks to Aymeric for the report and to Ramiro for the initial patch. 2012-08-19 02:17:45 -07: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 [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
util.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00