﻿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
19179	NamedUrlSessionWizard and NamedUrlCookieWizard undocumented	tom@…	nobody	"When creating a formtools.wizard.views.NamedUrlWizardView you must subclass both SessionWizardView and NamedUrlWizardView. This is ran me for a bit of a loop today, and their is no mention of this in the documentation.

Example of a view:
{{{
class SubClassOfFormWizard(SessionWizardView, NamedUrlWizardView):
    def done(self, form_list, **kwargs):
    return render_to_response('finished.html', {
        'form_data': [form.cleaned_data for form in form_list], 
    })
}}}


"	Bug	closed	Documentation	1.4	Normal	fixed	SessionWizardView, NamedUrlWizardView		Accepted	0	0	0	0	1	0
