django1/django/db
Aymeric Augustin af9e9386eb Enabled autocommit for PostgreSQL.
For users who didn't activate autocommit in their database options, this
is backwards-incompatible in "non-managed" aka "auto" transaction state.
This state now uses database-level autocommit instead of ORM-level
autocommit.

Also removed the uses_autocommit feature which lost its purpose.
2013-03-11 14:48:54 +01:00
..
backends Enabled autocommit for PostgreSQL. 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