#17213: Can't change TIME_ZONE after initial transaction in PostgreSQL
--------------------------------+--------------------
     Reporter:  calvinspealman  |      Owner:  nobody
         Type:  Bug             |     Status:  new
    Component:  Uncategorized   |    Version:  SVN
     Severity:  Normal          |   Keywords:
 Triage Stage:  Unreviewed      |  Has patch:  0
Easy pickings:  0               |      UI/UX:  0
--------------------------------+--------------------
 The changeset from #3459 has SET TIME ZONE only executed for new
 connections, which breaks any code which changes settings.TIME_ZONE, such
 as live settings applications or per-request middleware implementations.
 The connection should allow other code to tell it "I'm changing things,
 re-do the settings statements on the next transaction.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17213>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
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