﻿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
27119	full_clean() called too many times during formset validation	Claude Paroz	Karol Sztajerwald	I have a formset with 3 forms in it. I had to debug some stuff with it, but then I realized the `full_clean` method is called 21 times when calling the `formset.is_valid()`, while I would expect 4 times (once for the formset itself and once for each subform). For example, a validation occurs each time the `management_form` property is called. While it may not cause real issues in practice, it's poor design and annoying when trying to debug and follow the validation workflow.	Cleanup/optimization	closed	Forms	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
