django-formtools icon indicating copy to clipboard operation
django-formtools copied to clipboard

WizardView.get_cleaned_data_for_step updated to keep from re-validating steps

Open iansprice opened this issue 8 years ago • 0 comments

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.

iansprice avatar Nov 25 '16 06:11 iansprice