﻿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
17416	inlineformset_factory doesn't allow the widgets argument	Jacob	Nick Sandford	"`modelformset_factory` supports a `widgets` argument for specifying custom widgets in the created forms, so I expected `inlineformset_factory` to do the same. That is, I tried this:

{{{
ChoiceFormset = inlineformset_factory(Poll, Choice, widgets = {'order': forms.HiddenInput})
}}}

No dice: `inlineformset_factory() got an unexpected keyword argument 'widgets'`.

I think this is just a simple omission since `inlineformset_factory` is a thin wrapper over `modelformset_factory` but I haven't investigated the history to see if this argument was an intentional or unintentional omission.
"	Bug	closed	Forms	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
