django1/django/db/backends/sqlite3
Claude Paroz 8c30df15f1 Fixed #23030 -- Properly handled geometry columns metadata during migrations
Thanks kunitoki for the report and initial patches.
2014-07-23 12:10:23 +02:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
base.py Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints. 2014-06-16 19:25:13 -04:00
client.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
creation.py Fixed #20550 -- Added ability to preserve test db between runs 2014-05-28 16:22:46 +01:00
introspection.py Fixed #22744 -- Fixed sqlite3 get_relations introspection with views 2014-06-01 22:03:33 +02:00
schema.py Fixed #23030 -- Properly handled geometry columns metadata during migrations 2014-07-23 12:10:23 +02:00