django1/django/contrib/gis/db/backends
Justin Bronn c35868ab9b Fixed #12468 -- Use the `DatabaseOperations` class from the `postgresql_psycopg2` backend as the base class for `PostGISOperations`. Thanks, drdaeman, for bug report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-31 08:03:50 +00:00
..
mysql Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
oracle Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
postgis Fixed #12468 -- Use the `DatabaseOperations` class from the `postgresql_psycopg2` backend as the base class for `PostGISOperations`. Thanks, drdaeman, for bug report and patch. 2009-12-31 08:03:50 +00:00
spatialite Fixed #12458 -- no longer use try/except/finally syntax in PostGIS and SpatiaLite backends as it's incompatible with Python 2.4. Thanks, knutin, for bug report and patch. 2009-12-29 11:18:35 +00:00
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
util.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00