﻿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
14099	modelformset not using _should_delete_form	kenth	nobody	"The `BaseModelFormSet` class doesn't use the `BaseFormSet` method `_should_delete_form` when deciding if a form should be deleted. Instead it roots around in the form raw_data for the field that `BaseFormSet` added. This also makes it difficult to override `_should_delete_form`.

This patch makes `BaseModelFormSet` use the `BaseFormSet` method.
"		closed	Forms	dev		fixed	sprintSep2010	kenth	Ready for checkin	1	0	0	0	0	0
