﻿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
14683	FormWizard done() method doesn't get the last form in form_list	Luke Sneeringer <lukesneeringer@…>	nobody	"Good evening,
In Django 1.3 alpha, there's an issue where the last form is not included in the form_list list that is sent to the done() method of a FormWizard.

When trying to access the form from the list, I get an IndexError (list index out of range). self.form_list does include the form, but those are unbound forms. The bound form with the POST data no longer makes it to the done method.

I verified that this problem also exists in the SVN trunk. It works in 1.2.3."		closed	contrib.formtools	1.3-alpha		duplicate			Unreviewed	0	0	0	0	0	0
