django1/django/db/backends
Russell Keith-Magee d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework
This is the result of Christopher Medrela's 2013 Summer of Code project.

Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.

Also: Fixes #8579, fixes #3055, fixes #19844.
2014-01-20 10:45:21 +08:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
oracle Fixed #21453 -- Enabled autocommit before calling init_connection_state. 2014-01-12 20:31:07 +01:00
postgresql_psycopg2 Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
sqlite3 Fixed #21783: Use defaults for adding NOT NULL on sqlite 2014-01-19 17:10:24 +00:00
__init__.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
creation.py flake8 fix 2013-11-09 06:38:47 -08:00
schema.py Added generation of SQLite FK DDL in initial migrations. 2013-12-28 18:00:16 -03:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00