﻿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
7222	FormPreview should pass the form to done()	Samuel Cormier-Iijima <sciyoshi@…>	nobody	Currently, FormPreview's done() gets passed the request and the form's cleaned_data, but it'd be much nicer if done() got passed the actual form instead. This way, for ModelForms, one could just do form.save(). You can still get the cleaned_data with form.cleaned_data. Attaching a patch that breaks backwards compatibility, but I think its nicer in the long run...	New feature	closed	contrib.formtools	dev	Normal	wontfix	formpreview done cleaned_data form	sciyoshi@… bthomas@…	Design decision needed	1	0	0	0	0	0
