1
0
mirror of https://github.com/django/django.git synced 2025-10-30 17:16:10 +00:00
Files
django/tests/backends
Aymeric Augustin b2baa1ff26 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-18 10:54:31 +02:00
..