I've updated http://code.djangoproject.com/ticket/3459
and http://code.djangoproject.com/ticket/3460 with an improved patch that fixes any issues with weird default database settings. For the SET TIMEZONE the patch will not have any effect on django. For the autocommit patch, the implied BEGIN/END blocks are no longer there, but this shouldn't cause a problem. Any transactions started by django will be by default READ COMMITTED regardless of the database's default isolation level or the isolation level set by psycopg2. I've also attached a small test file to each bug to try and demonstrate correctness. Please let me know if I've missed anything. jack. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
