django1/django/db/backends
Aymeric Augustin 3becac8484 Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Refs #21202.
2014-04-10 20:16:12 +02:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #22321 -- Wrapped exceptions in _set_autocommit. 2014-04-10 20:16:12 +02:00
oracle Fixed #22321 -- Wrapped exceptions in _set_autocommit. 2014-04-10 20:16:12 +02:00
postgresql_psycopg2 Fixed #22321 -- Wrapped exceptions in _set_autocommit. 2014-04-10 20:16:12 +02:00
sqlite3 Fixed #22321 -- Wrapped exceptions in _set_autocommit. 2014-04-10 20:16:12 +02:00
__init__.py Fixed #21553 -- Ensured unusable database connections get closed. 2014-04-09 22:41:33 +02:00
creation.py Removed unused imports. 2014-03-21 20:18:19 -04:00
schema.py Fixed #22293 -- Avoided renaming many-to-many tables to themselves. 2014-03-24 13:24:52 -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 Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00