﻿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
10607	Use 'get_fieldset' to retieve fieldsets for inline related forms	juriejan	juriejan	"Previously the fieldsets for inline related forms where determined only once and then reused for the entire formset. This prevented me from overriding the 'get_fieldset' class in order to alter fieldsets as I wished for specific situations.

With my patch the 'get_fieldsets' method of the InlineModelAdmin class will be called for every form in the formset, allowing for an override that can customize behavior. (As I believe was the original intention with the 'get_fieldset' method)"	New feature	closed	contrib.admin	dev	Normal	duplicate	fieldsets inline related	juriejanbotha@…	Accepted	1	0	1	1	0	0
