django1/django/contrib/gis/db/backends/spatialite
Thomas Chaumeny b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thanks Collin Anderson for the review.
2014-09-29 00:01:38 +07:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
base.py Factorized schema_editor() at BaseDatabaseWrapper level 2014-09-26 08:50:16 +02:00
client.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
creation.py Dropped support for SpatiaLite < 2.4. 2014-06-09 17:53:25 -04:00
introspection.py Fixed #23538 -- Added SchemaEditor for MySQL GIS. 2014-09-25 13:53:44 -04:00
models.py Adapted SpatialiteGeometryColumns model to spatialite >= 4 2014-07-23 12:10:23 +02:00
operations.py Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
schema.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00