django1/django/db/backends
Shai Berger a6222af0ed Added docstring forgotten in 56252e7. 2014-08-22 05:37:36 +03:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #22646: Added support for the MySQL ssl-ca option to dbshell. 2014-08-13 18:29:42 -04:00
oracle Added docstring forgotten in 56252e7. 2014-08-22 05:37:36 +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 Replaced HAS_SPATIAL_DB by testing database feature 2014-08-19 17:57:01 +02: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