django/tests/regressiontests/transactions_regress
Anssi Kääriäinen f572ee0c65 Fixed #16047 -- Restore autocommit state correctly on psycopg2
When the postgresql_psycopg2 backend was used with DB-level autocommit
mode enabled, after entering transaction management and then leaving
it, the isolation level was never set back to autocommit mode.

Thanks brodie for report and working on this issue.
2012-07-01 19:36:43 +03:00
..
__init__.py
models.py
tests.py Fixed #16047 -- Restore autocommit state correctly on psycopg2 2012-07-01 19:36:43 +03:00