Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WizardView.get_cleaned_data_for_step updated to keep from re-validating steps #86

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

iansprice
Copy link

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.

`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.
Pep8 fixes
@iansprice iansprice changed the title Update views.py WizardView.get_cleaned_data_for_step updated to keep from re-validating steps Nov 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants