﻿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
24599	BaseInlineFormSet.add_fields(self, form, index) add field to form._meta multiple times	Malyshev Alex	nobody	"In method BaseInlineFormSet.add_fields(self, form, index):
{{{
 if form._meta.fields:
            if isinstance(form._meta.fields, tuple):
                form._meta.fields = list(form._meta.fields)
            form._meta.fields.append(self.fk.name)
}}}
Forms in InlineFormSet has same _meta attribute. And foreign key field add to _meta multiple times."	Bug	closed	Forms	1.8	Normal	duplicate			Unreviewed	0	0	0	0	0	0
