﻿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
16453	FormWizard: Incorrect method signature	anonymous	nobody	"The documentation at https://docs.djangoproject.com/en/1.3/ref/contrib/formtools/form-wizard/#creating-a-formwizard-class states that the method signature for {{{done()}}} is as follows:[[BR]]
{{{def done(self, request, form_list):}}}

Using this example results in the following error:[[BR]]
'''done() takes exactly 3 arguments (2 given)'''

The correct signature is as follows (without the {{{request}}} argument):[[BR]]
{{{def done(self, form_list):}}}"	Bug	closed	Forms	dev	Normal	fixed			Unreviewed	0	0	0	0	0	0
