#15574: IndexError: list index out of range caused by inline formsets
-------------------------------------+-------------------------------------
     Reporter:  poswald              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Forms                |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  inline formset       |             Triage Stage:  Design
    Has patch:  1                    |  decision needed
  Needs tests:  0                    |      Needs documentation:  0
Easy pickings:  0                    |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by anonymous):

 visik7: my patch was made for trunk, but it shouldn't be hard to adapt to
 1.3.1.

 Note to those who want to use my patch as a base: there is a case that
 doesn't work: if the user, when using the django admin with the patch,
 submits a form a deleted relation but also containing another error, he'll
 get the form again to get a chance to correct the error, but the formset
 management form will output TOTAL_FORMS/INITIAL_FORMS inconsistent with
 the number of forms, and therefore the user won't be able to submit the
 form.

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