﻿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
35922	Allow easier customization of BaseFormSet.management_form	Christophe Henry		"BaseFormSet's ManagementForm is currently entirely [https://github.com/django/django/blob/main/django/forms/formsets.py#L147-L169 generated in BaseFormSet.management_form] which makes it hard to customize, especially since BaseFormSet is designed to work in a very particular way with a JS front which prevents other possible but more exotic behavior.

I propose to make ManagementForm creation more flexible by adding a management_form_class class attribute and constructor argument to BaseFormSet as well as a formset_factory argument and add a get_management_form_kwargs method to ManagementForm to easier alternative implementations of ManagementForm/"	New feature	closed	Forms	dev	Normal	wontfix			Unreviewed	1	0	0	0	0	0
