﻿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
26538	BaseInlineFormSet Has Inconsistent Fields For Forms	David Sanders	nobody	Currently `BaseInlineFormSet` appends the FK name for the formset to the fields for the form `Meta` every time `add_fields` runs, so the first form in the formset does not see the FK as a field on the form when it is instantiated. Subsequent forms in the formset will see the field since it is added to the form `Meta` after `add_fields` runs.	Bug	closed	Forms	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
