django1/django/db
Aymeric Augustin 885d98d24a Fixed #20028 -- Made atomic usable on callable instances.
Thanks Anssi for the report.
2013-03-12 10:52:16 +01:00
..
backends Fixed #20010 -- Make sure `last_executed_query` contains it's associated parameters on Oracle. 2013-03-11 17:30:23 -04:00
models Used commit_on_success_unless_managed to make ORM operations atomic. 2013-03-11 15:05:05 +01:00
__init__.py Added some assertions to enforce the atomicity of atomic. 2013-03-11 14:48:55 +01:00
transaction.py Fixed #20028 -- Made atomic usable on callable instances. 2013-03-12 10:52:16 +01:00
utils.py Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00