django/tests/transactions_regress
Aymeric Augustin ba5138b1c0 Deprecated transaction.commit/rollback_unless_managed.
Since "unless managed" now means "if database-level autocommit",
committing or rolling back doesn't have any effect.

Restored transactional integrity in a few places that relied on
automatically-started transactions with a transitory API.
2013-03-11 14:48:54 +01:00
..
__init__.py
models.py
tests.py Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00