django1/django/db
Aymeric Augustin f2f98abb95 Avoided closing the database connection within a transaction.
Refs #9437.
2013-03-11 21:08:49 +01:00
..
backends Avoided closing the database connection within a transaction. 2013-03-11 21:08:49 +01: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 Improved the API of set_autocommit. 2013-03-11 15:10:58 +01:00
utils.py Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00