﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10882	FormWizard process_step receives yet to be validated form for previous steps	graham.carlyle@…	jashugan	"The docs for FormWizard process_step state that ""The Form is guaranteed to have clean, valid data."" and so you might assume that the form it supplies is ready to use when passed to this method. However its only the current step that gets a form that has the cleaned_data property immediately accessible, whereas previous steps require the form.is_valid method to be called.

So it seems that the code should call is_valid on forms from previous steps before passing the form to process_step. Presumably as the docs state the form would always be valid and if not then somehow the hash has been defeated."	Bug	closed	contrib.formtools	dev	Normal	wontfix			Accepted	1	0	1	0	0	0
