﻿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
9200	Add a session based form wizard	David Durham	David Durham	"The provided patch adds a class that can be extended to create form wizards that:

1) Use GETs for form displays (except in the case of validation errors) and POSTs for form submissions.
2) Successful POSTs are redirected to GET the next page in the wizard.  This removes the POST from browser history so that back and refresh pretty much just work.

I have provided plenty of methods that can be overridden for customization purposes.  Right now, I think I'm probably storing too much info in the session scope, in particular request.POST data, cleaned_data, and other things.  I have not tested with multipart form data.  I do not have documentation or tests, just wanted to see if you're interested in having this in contrib.
"	New feature	closed	contrib.formtools	dev	Normal	fixed	session wizard forms	edcrypt@… andrehcampos@… donspauldingii@… nate@… shaun@… domen@… ckd flosch@… dougal85@…	Accepted	1	0	0	0	0	0
