jazzband / django-formtools

A set of high-level abstractions for Django forms
https://django-formtools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
814 stars 136 forks source link

Update views.py #85

Closed iansprice closed 7 years ago

iansprice commented 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.