﻿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
3212	[patch] Client.post() doesn't support multiple values for form values	ben <ben.dean.kawamura@…>	Russell Keith-Magee	"Client.post doesn't support multi-valued form values.  This makes it hard to use with MultipleChoiceField objects.  Here's a patch that lets you accomplish that by using lists or tuples in Client.post(), for example:

c = django.test.client.Client()
c.post(""/myurl/"", {'foo': [1,2,3]})"	defect	closed	Testing framework		normal	fixed			Unreviewed	1	0	0	0	0	0
