﻿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
3841	ManyToMany field can be empty even if required=True	anonymous	Adrian Holovaty	"A ManyToMany field defined as required=True is not considered as empty if no choice has been selected in the form.

It seems that the only values to be considered as empty are only None and "", as defined in the file newforms/fields.py :
EMPTY_VALUES = (None, "")
Unfortunately, [] is not in this list.

Adding the value [] in the list EMPTY_VALUES seems to fix the issue, please can you confirm ?

Thanks."		closed	Forms	dev		worksforme	ManyToMany field		Accepted	0	0	0	0	0	0
