﻿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
9171	must pass `list` not `tuple` as `exclude` (as seen in docs) to `inlineformset_factory`.	Tai Lee	nobody	"If the `exclude` argument is not `None` but is also not `list` an exception will be raised as we try to `append` the foreign key field. Patch simply calls `list()` on `exclude` to allow any iterable to be passed in, similar to `ChoiceField._set_choices`.

"		closed	Forms	dev		fixed	inlineformset_factory exclude		Accepted	1	0	0	0	0	0
