﻿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
3129	MultipleChoiceField doesn't handle correctly QueryDict	anonymous	Adrian Holovaty	"{{{
class SongForm(Form):
    composers = MultipleChoiceField(choices=[('J', 'John'), ('P', 'Paul')])
}}}

When I try to pass a request.POST to the form:

{{{
form = SongForm(request.POST)
}}}

If I check one or more options, it raises a !ValidationError 'Enter a list of values.'.
"	defect	closed	Forms		normal	duplicate			Unreviewed	0	0	0	0	0	0
