django-formwizard
django-formwizard copied to clipboard
A rewrite of django's formwizard with pluggable storages
Results
12
django-formwizard issues
Sort by
recently updated
recently updated
newest added
I am currently working on a project which uses a subclass of NamedUrlWizardView in combination with a SingleObjectMixin. As you know, the mixin depends on a "pk" keyword argument, which...
Currently we have a "save and goto next step" function, and a "goto step" function. If I go back to a previous step and change data and go directly to...