django-formtools
django-formtools copied to clipboard
WizardView.get_cleaned_data_for_step updated to keep from re-validating steps
get_cleaned_data_for_step
of wizard view updated to store cleaned data per step and get lazily when data not available for step. For complex FormWizard implementations this can drastically reduce load time.