﻿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
28467	Missing real MultiValueField - MultiValueField is actually a MultiField	Sven R. Kunze	nobody	"Hey everybody,

I need a MultiValueField because I have a field which can carry 10 integers, or another field with can carry 20 dates. The count of values is not fixed, just examples here.

So, I was quite enthusiastic to see that Django features a MultiValueField. Unfortunately, it turned out to be a MultiField (a field encompassing multiple fields) but not a real Multi**Value**Field (a field encompassing multiple values).

Would it be possible to

1) rename MultiValueField
2) add a real MultiValueField which just wraps an arbitrary form field and produces a field which could valid more than one input values (not fixed)

?

Regards,
Sven


PS: No, I don't need a MultipeChoiceField because choices comprises of all integers or all dates, so choices would be rather huge (infinite). Same for TypedMultipeChoiceField."	Cleanup/optimization	new	Forms	1.11	Normal		MultiValueField MultiField		Unreviewed	0	0	0	0	0	0
