﻿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
13878	Formset validation refactoring and valid_forms property of fieldsets	Petr Marhoun <petr.marhoun@…>	nobody	"This series of patch solves two problems:
 * Formsets validation is spread in four different methods so it is very difficult to comprehend the code and to solve possible problems.
 * There is no method which gives valid forms in all situation - especially, valid formset can contain invalid form if this form should be deleted. So this ticket adds new property valid_forms which returns all valid (and filled) forms, possible ordered.

There is wiki page and discussion in django-developers:
 * http://code.djangoproject.com/wiki/ImprovementsForDjangoForms#BetterAPIforformsets
 * http://groups.google.com/group/django-developers/browse_thread/thread/37e1e8b8313c38de

"	New feature	new	Forms	dev	Normal				Accepted	1	0	0	1	0	0
