﻿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
3196	Dynamically setting choices for a ChoiceField is inconsistent	jason@…	Adrian Holovaty	To get your list of choices to show up in a ChoiceField before a form is submitted, you must set field.widget.choices = your_iterable. Setting field.choices has no effect. To get the field to validate you must set field.choices = your_iterable, not field.widget.choices. This is inconsistent and confusing. It seems to me that setting field.choices should be the correct thing to do for both.	defect	closed	Forms		normal	fixed	newforms choicefield		Design decision needed	1	0	0	1	0	0
