django1/django/db/backends/base
Jon Dufresne 16614dcd5c Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations. 2016-06-29 14:47:29 -04:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL. 2016-06-06 11:26:02 -04:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_signature(). 2016-05-17 21:35:36 -04:00
features.py Fixed #26781 -- Made table name case change a noop on SQLite. 2016-06-21 16:37:06 -04:00
introspection.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
operations.py Normalized "an SQL" spelling. 2016-05-03 19:30:48 -04:00
schema.py Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations. 2016-06-29 14:47:29 -04:00
validation.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00