django1/django/db/backends/sqlite3
Tim Graham 75303b01a9 Fixed #24245 -- Added introspection for database defaults.
Needed for tests for migrations handling of database defaults.
2015-01-31 12:33:11 -05: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 Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Removed obsolete SQL generation methods. 2015-01-18 15:58:06 -05:00
features.py Fixed #24154 -- Backends can now check support for expressions 2015-01-27 12:20:06 +11:00
introspection.py Fixed #24245 -- Added introspection for database defaults. 2015-01-31 12:33:11 -05:00
operations.py Fixed #24154 -- Backends can now check support for expressions 2015-01-27 12:20:06 +11:00
schema.py Fixed #24104 -- Fixed check to look on field.many_to_many instead of class instance 2015-01-22 18:41:19 +01:00
utils.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00