﻿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
11801	Should be able to get deleted_forms on a formset even if it contains a deleted form that would have been invalid	dantallis	nobody	"The attached patch fixes what I think are a couple of little bugs:

 * you can't get deleted_forms from a formset if it contains a deleted form that would have been invalid
 * similar for ordered_forms

The bug is that the code for those functions queries cleaned_data which doesn't exist if the deleted form would have been invalid.

"		closed	Forms	1.1		fixed			Ready for checkin	1	0	0	0	0	0
