#10810: FormWizard validates the last form twice
-----------------------------------+------------------------------------
     Reporter:  Qrilka             |                    Owner:  nobody
         Type:  Bug                |                   Status:  reopened
    Component:  contrib.formtools  |                  Version:  master
     Severity:  Normal             |               Resolution:
     Keywords:  wizard validation  |             Triage Stage:  Accepted
    Has patch:  1                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  1
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by anonymous):

 woops... massive mistake there!  that if statement should be the other way
 around!

 {{{
             if form_key != self.steps.last and not form_obj.is_valid():
 }}}

 sorry...

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