django/django
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
..
bin Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
conf Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRS 2012-06-30 15:06:42 +02:00
contrib Isolated sitemaps test from ABSOLUTE_URL_OVERRIDES 2012-06-30 18:50:28 +02:00
core Fixed #15197 -- Fixed yaml serialization into HttpResponse 2012-06-28 16:29:29 +02:00
db Fixed #16047 -- Restore autocommit state correctly on psycopg2 2012-07-01 19:36:43 +03:00
dispatch Switch to using context managers for acquiring and releasing locks. 2012-06-23 08:11:15 -07:00
forms Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
http Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__ 2012-06-30 21:27:47 +02:00
middleware Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template Fixed #16519 -- Deprecated mimetype kwarg of HttpResponse __init__ 2012-06-30 21:27:47 +02:00
templatetags Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
test Reverted 905e33f, now that DatabaseFeatures does not need confirm 2012-06-09 17:05:54 +02:00
utils Fixed our HTMLParser patches for python 2.7.4 2012-06-22 15:09:26 +02:00
views Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00