django1/tests/transactions
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
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Implemented an 'atomic' decorator and context manager. 2013-03-11 14:48:55 +01:00
tests.py Fixed #21239 -- Maintained atomicity when closing the connection. 2014-04-10 20:57:43 +02:00