﻿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
18751	`BaseFormSet._should_delete_form` should use `form.cleaned_data`	Simon Charette	nobody	"Now that #5524 is [https://github.com/django/django/commit/121fd109de09ece4e263e508f9034df9b583da46 fixed] the `BaseFormSet._should_delete_form` method could be cleaned-up a bit. Original [https://github.com/django/django/blob/master/django/forms/formsets.py#L254-L261 method] comment:

{{{
# The way we lookup the value of the deletion field here takes
# more code than we'd like, but the form's cleaned_data will
# not exist if the form is invalid.
}}}

Patch coming up."	Cleanup/optimization	closed	Forms	dev	Normal	fixed	formset		Ready for checkin	1	0	0	0	1	0
