﻿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
17629	forms.ChoiceField throws TypeError if label argument not provided	Daniel Greenfeld	nobody	"{{{ GRID_TYPE_CHOICES = ((""comparison"", ""Comparison""), (""gallery"", ""Gallery""))}}}

 * {{{ grid_type = forms.ChoiceField(_(""Type""), choices=((""comparison"", ""Comparison""), (""gallery"", ""Gallery"")) # throws a TypeError. }}}
 * {{{ grid_type = forms.ChoiceField(label=_(""Type""), choices=GRID_TYPE_CHOICES) # Works fine }}}"	Bug	closed	Forms	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
