django1/django/db/backends
Sergey Fedoseev 0bea6c8749 Factored create_fk_sql, create_unique_sql, and delete_constraint_sql. 2014-09-23 09:24:32 -04:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
oracle Fixed #21775 -- Allowed customization of datafile for Oracle tablespace 2014-09-17 09:55:33 -04:00
postgresql_psycopg2 Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
sqlite3 Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
__init__.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
creation.py Fixed #23416 -- Make sure DatabaseCreation respects checks. 2014-09-06 19:01:06 +01:00
schema.py Factored create_fk_sql, create_unique_sql, and delete_constraint_sql. 2014-09-23 09:24:32 -04: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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #3711, #6734, #12581 -- Bounded connection.queries. 2014-06-07 14:37:43 +02:00