#12884: Allow a FormWizard to go backward through the form list
-------------------------------------------------+--------------------------
 Reporter:  Anand Kumria <wildf...@progsoc.org>  |       Owner:  nobody    
   Status:  new                                  |   Milestone:  1.2       
Component:  django.contrib.formtools             |     Version:  SVN       
 Keywords:  form wizard patch backwards          |       Stage:  Unreviewed
Has_patch:  1                                    |  
-------------------------------------------------+--------------------------
 The FormWizard, as designed, assume that users will only ever want to go
 forwards through the set of forms supplied.

 That works in many situations, but not all. By seperating out whether or
 not a form is valid from whether or not we should advance to the next one,
 we can allow downstreams users to also allow reverse traversal through the
 set of forms.

 Please find attached a minimal patch to achieve this.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12884>
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