django1/django/db/backends
Aymeric Augustin 25860096f9 Fixed #21239 -- Maintained atomicity when closing the connection.
Refs #15802 -- Reverted #7c657b24 as BaseDatabaseWrapper.close() now
has a proper "finally" clause that may need to preserve self.connection.
2014-04-10 20:57:43 +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 #21239 -- Maintained atomicity when closing the connection. 2014-04-10 20:57:43 +02:00
sqlite3 Fixed #22321 -- Wrapped exceptions in _set_autocommit. 2014-04-10 20:16:12 +02:00
__init__.py Fixed #21239 -- Maintained atomicity when closing the connection. 2014-04-10 20:57:43 +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