django1/django/contrib/gis/db/backends/spatialite
Ramiro Morales 4b81d790a8 Updated SpatiaLite GeoDjango test setup instructions for version 3.0.
Also, fixed documentation typos introduced in r17496.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-11 18:01:53 +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 Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends. 2012-02-11 03:09:54 +00:00
client.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
creation.py Updated SpatiaLite GeoDjango test setup instructions for version 3.0. 2012-02-11 18:01:53 +00:00
introspection.py Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse. 2010-01-18 21:02:47 +00:00
models.py Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with `SpatialBackend` alias and added `Adaptor` alias for backwards-compatibility purposes; added GeoDjango 1.2 backwards-incompatibility documentation and release notes; added a section in the docs about how MySQL is a crippled spatial database; updated versions in install docs. 2010-05-04 21:43:40 +00:00
operations.py Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Thanks, steko for the bug report and jpaulett for the patch. 2011-09-11 00:52:08 +00:00