#14683: FormWizard done() method doesn't get the last form in form_list
--------------------------------------------------------+-------------------
 Reporter:  Luke Sneeringer <lukesneerin...@gmail.com>  |       Owner:  nobody  
  
   Status:  new                                         |   Milestone:          
  
Component:  django.contrib.formtools                    |     Version:  
1.3-alpha 
 Keywords:                                              |       Stage:  
Unreviewed
Has_patch:  0                                           |  
--------------------------------------------------------+-------------------
 Good evening,
 In Django 1.3 alpha, there's an issue where the last form is not included
 in the form_list list that is sent to the done() method of a FormWizard.

 When trying to access the form from the list, I get an IndexError (list
 index out of range). self.form_list does include the form, but those are
 unbound forms. The bound form with the POST data no longer makes it to the
 done method.

 I verified that this problem also exists in the SVN trunk. It works in
 1.2.3.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14683>
Django <http://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-upda...@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