﻿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
20116	ValidationError in form wizard with formsets	foonicorn	foonicorn	"I encountered an issue with the form wizard when the first step is a formset and the user resends a later step after completing the wizard.

Scenario:
Complete the wizard successfully
Hit the browser back button (page usually comes from cache then)
Send the last form again

Because the wizard's storage gets reseted after completion, the wizard will start with the first step. If the first step is a formset, its ManagementForm raises a ValidationError because the data is passed but doesn't contain the expected values."	Bug	closed	contrib.formtools	1.5	Normal	fixed	formset, wizard		Accepted	1	1	0	0	0	0
