﻿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
32160	Missing formset ManagementForm data not catched by is_valid	Claude Paroz	nobody	"Currently, when validating formset in its `full_clean` method, missing or bad management form data is raising a ValidationError instead of populating the `self._non_form_errors`.

This is problematic because we should be able to call formset.is_valid() without fearing it raising a validation exception (and wrapping it in a try/except clause to avoid crashes). In my opinion, is_valid() should return False and not raise an exception."	Bug	closed	Forms	dev	Normal	duplicate		Jon Dufresne	Unreviewed	0	0	0	0	0	0
