﻿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
28186	Formset validate_min bug for empty_forms_count	Mahmud Al-Noor Tareq	nobody	"In django.forms.formset.py, in method full_clean, validate_min has bug during update an object.
empty_forms_count is counted by ''form.has_changed()''

But during update, if the content of the form is not changed (which is not empty by the way), has_changed method returns False and the form is considered to be empty.

In this case the validation fails."	Bug	closed	Forms	1.11	Release blocker	duplicate	formset, validation, validate_min	alnoortareq4@…	Unreviewed	0	0	0	0	0	0
