django1/django/db
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
..
backends [1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL. 2014-01-12 18:47:03 +01:00
models [1.6.x] Fixed typo and slightly improved error message when db is missing time zone definitions. 2013-12-26 13:07:04 -05:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 10:14:22 +02:00
utils.py [1.6.x] Removed relative usage of import_module 2013-10-26 23:22:21 +02:00