django1/django/db/backends/sqlite3
Tim Graham dc7d0f50e2 [1.7.x] Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints.
Thanks maxi for the suggestion.

Backport of 82c935d44c from master
2014-06-16 19:25:58 -04: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 [1.7.x] Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints. 2014-06-16 19:25:58 -04:00
client.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
creation.py Reorganized the database test settings 2014-03-09 03:57:18 +02:00
introspection.py [1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with views 2014-06-01 22:07:22 +02:00
schema.py [1.7.x] Fixed #22844: Duplicate SQL for SQLite FKs 2014-06-16 00:27:46 -07:00