﻿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
12626	Empty forms should be valid	Domen Kožar	nobody	"{{{
>>> django.forms.Form().is_valid()
False
>>> django.forms.Form({}).is_valid()
True
>>>
}}}

The following usecase makes this a bug and unwanted behaviour:

I use session based form wizard in which user can say he has enough between the forms. Because none of the forms has any required fields, this should be doable. However it is not, as when all forms are validated, the one's that are not yet bound fail validation.

Yes, this can be and will be solved at FormWizard, but why such unexpected behaviour?"		closed	Uncategorized	1.1		invalid		domen@…	Unreviewed	0	0	0	0	0	0
