django1/django/db
Aymeric Augustin 1afe748832 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.
2014-01-12 18:28:51 +01:00
..
backends Fixed #21452 -- Non-autocommit connections to PostgreSQL. 2014-01-12 18:28:51 +01:00
migrations Fixed #21142: Dependency failures on unmigrated apps. 2014-01-08 13:00:12 +00:00
models Fixed #21413 -- resolve_columns fields misalignment 2014-01-12 18:07:39 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Changed get_migratable_models to use an app config. 2013-12-29 21:25:28 +01:00