Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: da573fbb4172fb962c9f021fc0c03cf91b13e746
      
https://github.com/django/django/commit/da573fbb4172fb962c9f021fc0c03cf91b13e746
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-07-01 (Sun, 01 Jul 2012)

  Changed paths:
    M django/db/backends/__init__.py
    M tests/modeltests/select_for_update/tests.py

  Log Message:
  -----------
  Fixed some locations to work with autocommit=True

 - backends: supports_transactions()
 - select_for_update tests


  Commit: f572ee0c65ec5eac9edb0cb3e35c96ec86d89ffb
      
https://github.com/django/django/commit/f572ee0c65ec5eac9edb0cb3e35c96ec86d89ffb
  Author: Anssi Kääriäinen <akaar...@gmail.com>
  Date:   2012-07-01 (Sun, 01 Jul 2012)

  Changed paths:
    M django/db/backends/__init__.py
    M docs/releases/1.5.txt
    M tests/regressiontests/transactions_regress/tests.py

  Log Message:
  -----------
  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.


Compare: https://github.com/django/django/compare/bd283aa844b0...f572ee0c65ec

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to