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 Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't committing the change. Thanks, pressureman and kmtracey 2011-12-09 23:16:56 +00:00
tests.py Fixed #16047 -- Restore autocommit state correctly on psycopg2 2012-07-01 19:36:43 +03:00