WizardView class handling browser back button after last step submition and skipping to 2nd step if image is already selected.
More...
Inherits CookieWizardView.
Public Member Functions |
def | done |
| This method must be overridden by a subclass to process to form data after processing all steps.
|
def | get |
def | get_template_names |
def | post |
Detailed Description
WizardView class handling browser back button after last step submition and skipping to 2nd step if image is already selected.
Definition at line 366 of file views.py.
Member Function Documentation
def src.wi.utils.views.CustomWizardView.done |
( |
|
self, |
|
|
|
form_list, |
|
|
|
kwargs |
|
) |
| |
This method must be overridden by a subclass to process to form data after processing all steps.
Definition at line 411 of file views.py.
def src.wi.utils.views.CustomWizardView.get |
( |
|
self, |
|
|
|
request, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
def src.wi.utils.views.CustomWizardView.get_template_names |
( |
|
self | ) |
|
def src.wi.utils.views.CustomWizardView.post |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Member Data Documentation
string src.wi.utils.views.CustomWizardView.template_dir_name = 'dirname' |
|
static |
string src.wi.utils.views.CustomWizardView.url_start = 'url_start' |
|
static |
string src.wi.utils.views.CustomWizardView.wizard_name = 'custom_wizard' |
|
static |
The documentation for this class was generated from the following file: