﻿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
11806	FormWizard.process_step() doesn't always have a validated Form.	kiowa	nobody	"The FormWizard documentation says:
{{{
FormWizard.process_step()

    Hook for modifying the wizard's internal state, given a fully validated Form object. The Form is guaranteed to have clean, valid data.
}}}

But the form isn't always guaranteed to be clean - and thus give access to its '''cleaned_data''' mapping.

To achieve this you will need in your process_step:
{{{
process_step(self, request, form, step):
    form.full_clean()
}}}
"		closed	Documentation	1.1		duplicate			Unreviewed	0	0	0	0	0	0
