django1/django/db
Aymeric Augustin d7bc4fbc94 Implemented an 'atomic' decorator and context manager.
Currently it only works in autocommit mode.

Based on @xact by Christophe Pettus.
2013-03-11 14:48:55 +01:00
..
backends Implemented an 'atomic' decorator and context manager. 2013-03-11 14:48:55 +01:00
models Deprecated transaction.is_managed(). 2013-03-11 14:48:54 +01:00
__init__.py Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
transaction.py Implemented an 'atomic' decorator and context manager. 2013-03-11 14:48:55 +01:00
utils.py Fixed tests broken in 2ee21d9. 2013-02-28 17:08:16 +01:00