django1/django/db/backends
Aymeric Augustin cb4a000adb [1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.
When settings.DATABASES['default']['AUTOCOMMIT'] = False, the connection
wasn't in autocommit mode but Django pretended it was.

Thanks Anssi for analysing this issue.

Refs #17062.

Backport of 1afe7488 from master
2014-01-12 18:47:03 +01:00
..
dummy Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
mysql Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00
oracle Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00
postgresql_psycopg2 [1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL. 2014-01-12 18:47:03 +01:00
sqlite3 [1.6.x] Fixed #21235 -- Disabled savepoints for old versions of SQLite. 2013-10-07 10:49:28 +02:00
__init__.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00
creation.py [1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models. 2013-08-02 08:42:19 -04:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00