django1/django/contrib/gis/db/backends
Justin Bronn c4d8b4c0b2 Removed extra call to `syncdb` that slipped in with r16749.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-09 22:47:18 +00:00
..
mysql Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB backend. Thanks JannKleen for the report and patch. 2011-04-06 11:19:37 +00:00
oracle Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
postgis Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl. 2011-08-12 14:14:15 +00:00
spatialite Removed extra call to `syncdb` that slipped in with r16749. 2011-09-09 22:47:18 +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 #16531 -- Fixed various instances of "undefined name" issues. Thanks, Bruno Renié. 2011-07-29 09:39:35 +00:00
util.py Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils. 2010-11-09 17:39:01 +00:00