#10813: Database errors in the shell should roll back the transaction
-------------------------------------+-------------------------------------
     Reporter:  Glenn                |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  SVN
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by gdufferin@…):

 * ui_ux:   => 0
 * easy:   => 0


Comment:

 This bug also persists when creating a custom management task i.e
 /manage.py mycustomtask. Obviously, it would be ideal for database errors
 not to occur, thus not needing the rollback, but in some cases this is
 unavoidable, i.e in a try: Model.objects.get(*params) except: do something
 else...scenario.

 Is there a fix?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/10813#comment:9>
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