django1/django/db/backends
Florian Apolloner 61d783f3d7 Made sqlite's remove_field behave like the base backend. 2014-08-10 13:31:06 +02:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
oracle Fixed #23061: Avoided setting a limit on a query for get with select_for_update on Oracle 2014-08-05 03:12:08 +03:00
postgresql_psycopg2 Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. 2014-08-04 09:21:03 -04:00
sqlite3 Made sqlite's remove_field behave like the base backend. 2014-08-10 13:31:06 +02:00
__init__.py Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite. 2014-08-06 08:41:34 -04:00
creation.py Removed unused migrate option 2014-08-09 17:13:00 +02:00
schema.py Fixed #23264: Schema backends honour db_constraint 2014-08-09 17:50:00 +10: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