django1/django/db/backends/base
Claude Paroz 0d3c616fbb Refs #26351 -- Added check hook to support database-related checks
Thanks Tim Graham and Shai Berger for the reviews.
2016-04-08 20:28:00 +02:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #25196 -- Normalized database representations in test database messages. 2015-09-25 10:21:55 -04:00
features.py Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its objects. 2016-03-02 14:29:09 -05:00
introspection.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
operations.py Fixed #26140 -- Suppressed MySQL warning when inserting binary content 2016-03-14 18:08:13 +01:00
schema.py Merge pull request #6310 from apollo13/informix 2016-03-18 19:47:15 -03:00
validation.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00