#20571: Using savepoints within transaction.atomic() can result in the entire
transaction being incorrectly and silently rolled back
-------------------------------------+-------------------------------------
     Reporter:  lamby                |                    Owner:  aaugustin
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:
  (models, ORM)                      |  1.6-alpha-1
     Severity:  Release blocker      |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Aymeric Augustin <aymeric.augustin@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"c1284c3d3c6131a9d0ded9601ae0feb9a2e81a65"]:
 {{{
 #!CommitTicketReference repository=""
 revision="c1284c3d3c6131a9d0ded9601ae0feb9a2e81a65"
 Fixed #20571 -- Added an API to control connection.needs_rollback.

 This is useful:
 - to force a rollback on the exit of an atomic block without having to
   raise and catch an exception;
 - to prevent a rollback after handling an exception manually.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20571#comment:12>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.8ecd37bcbefb527538f3c957b6fe352e%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to