django1/django/db
Aymeric Augustin 5e27debc5c Enabled database-level autocommit for all backends.
This is mostly a documentation change.

It has the same backwards-incompatibility consequences as those
described for PostgreSQL in a previous commit.
2013-03-11 14:48:54 +01:00
..
backends Enabled database-level autocommit for all backends. 2013-03-11 14:48:54 +01:00
models Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
__init__.py Added import forgotten in 2ee21d9. 2013-03-01 23:46:53 +01:00
transaction.py Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
utils.py Fixed tests broken in 2ee21d9. 2013-02-28 17:08:16 +01:00