#19707: TransactionMiddleware leaks transaction state
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.4
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Release blocker      |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  0
    Has patch:  0                    |  Patch needs improvement:  1
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by Anssi Kääriäinen <akaariai@…>):

 In [changeset:"dec7dd99f095f938bc4306a0260d5b131935ad82"]:
 {{{
 #!CommitTicketReference repository=""
 revision="dec7dd99f095f938bc4306a0260d5b131935ad82"
 [1.4.x] Removed try-except in django.db.close_connection()

 The reason was that the except clause needed to remove a connection
 from the django.db.connections dict, but other parts of Django do not
 expect this to happen. In addition the except clause was silently
 swallowing the exception messages.

 Refs #19707, special thanks to Carl Meyer for pointing out that this
 approach should be taken.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19707#comment:20>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to