Closed iansprice closed 7 years ago
get_cleaned_data_for_step method of WizardView 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.
get_cleaned_data_for_step
get_cleaned_data_for_step
method of WizardView 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.