django1/django/db
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
..
backends Fixed #21239 -- Maintained atomicity when closing the connection. 2014-04-10 20:57:43 +02:00
migrations Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects. 2014-04-03 14:54:16 -04:00
models Fixed #22343 -- Disallowed select_for_update in autocommit mode 2014-04-10 03:04:51 +03:00
__init__.py Removed unused imports. 2014-03-21 20:18:19 -04:00
transaction.py Fixed #21239 -- Maintained atomicity when closing the connection. 2014-04-10 20:57:43 +02:00
utils.py Removed deprecated TRANSACTIONS_MANAGED setting. 2014-03-21 21:34:47 +01:00