﻿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
11922	Label for ManyToManyField	DigitalGod	nobody	"While using ManyToManyField with through option i can't render the form.

Error is

{{{
Caught an exception while rendering: 'NoneType' object has no attribute 'label'
}}}

Here is the code for member model


{{{
...
group = models.ManyToManyField(Group, blank=True, through='Membership')
...
}}}

if i don't use through option - the form is rendered successfully
"		closed	Forms	1.1		invalid	ManyToManyField, label		Unreviewed	0	0	0	0	0	0
