django1/django/db/backends
Alex Gaynor b55cde054e Added a db_constraint option to ForeignKeys.
This controls whether or not a database level cosntraint is created. This is useful in a few specialized circumstances, but in general should not be used!
2013-02-20 11:27:32 -08:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql This function is unused and should have been removed a few releases ago. 2013-02-19 18:05:02 -08:00
oracle Ensured a connection is established when checking the database version. 2013-02-19 10:51:24 +01:00
postgresql_psycopg2 Ensured a connection is established when checking the database version. 2013-02-19 10:51:24 +01:00
sqlite3 Factored out common code in database backends. 2013-02-18 17:19:09 +01:00
__init__.py Ensured a connection is established when checking the database version. 2013-02-19 10:51:24 +01:00
creation.py Added a db_constraint option to ForeignKeys. 2013-02-20 11:27:32 -08: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 Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00