﻿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
15282	inlineformset_factory ignores overrides on base_fields when a form class is passed in	coleifer	nobody	"When using inlineformset_factory with your own Form class, any overrides present in the base_fields do not carry over to the form of the generated formset.

Looking at http://code.djangoproject.com/browser/django/trunk/django/forms/models.py#L216 if a declared_field is overridden it will be updated correctly, but updates to base_fields do not.

My specific use-case: hooking into the admin inline's get_formset() method, I want to be able to alter the queryset of certain inline form fields on a per-request basis.  Code here http://code.djangoproject.com/browser/django/trunk/django/contrib/admin/options.py#L1297"		closed	Forms	1.2		invalid	inlineformset_factory, ModelFormMetaclass		Unreviewed	1	0	0	0	0	0
