﻿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
7195	MultipleChoice fields don't validate when using request.REQUEST	Daniel Roseman <daniel@…>	nobody	"MultipleChoice fields always give a validation error if you instantiate the form using data from request.REQUEST rather than request.POST.

This is because the SelectMultiple widget only uses the getlist() method if the data dictionary is a MultiValueDict, whereas request.REQUEST is a MergeDict.

Patch and tests attached."		closed	Forms	dev		fixed			Accepted	1	0	0	1	0	0
