﻿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
12570	BaseGenericInlineFormSet has unused members	Lars van de Kerkhof	nobody	"BaseGenericInlineFormSet has 2 members which are never changed or referenced by any code. This is confusing other developers. For example in django-reversion there used to be a bug in which the name of the content type foreign key, was determined by ct_fk_field_name instead of ct_fk_field.name. ct_fk_field_name is one of the unused members.

Code that is never used should be removed to avoid confusion.

Please see attached patched against current trunk.

"		closed	Contrib apps	1.2-alpha		fixed	contenttypes unused code BaseGenericInlineFormSet		Accepted	1	0	0	0	0	0
