#9200: Add a session based form wizard
-----------------------------------------------+----------------------------
          Reporter:  ddurham                   |         Owner:  nobody         
     
            Status:  new                       |     Milestone:  1.2            
     
         Component:  django.contrib.formtools  |       Version:  SVN            
     
        Resolution:                            |      Keywords:  session wizard 
forms
             Stage:  Accepted                  |     Has_patch:  1              
     
        Needs_docs:  0                         |   Needs_tests:  0              
     
Needs_better_patch:  0                         |  
-----------------------------------------------+----------------------------
Comment (by iElectric):

 Note about my usage of Nate's Session based Wizard:

 I needed option to not fill all forms until the last one, so I had to
 change the following parts:
 - in finish() form validation, force is_bound=True to override django
 default behaviour making empty forms not valid
 - add request parameter to is_last() function in order to inspect
 unexpected wizard finish

 Also note the following, which is very imporatant:
 - django upload handlers use cStringIO object which is NOT pickle-able.
 Use StringIO.StringIO instead.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9200#comment:17>
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