﻿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
16522	ManyToManyField incorrectly assumes widget will always be SelectMultiple	Ben Davis	nobody	"In django.db.models.fields.related, the !ManyToManyField sets its help_text to ""Hold down Control, or Command on a Mac, to select more than one."" in __init__.  This incorrectly makes the assumption that widget for this field will never be overridden (eg, when using !CheckboxSelectMultiple).  In order to override this widget, you must also override the help_text, which is less than ideal.  It becomes especially tedious when overriding widgets in admin forms.
"	Bug	closed	Forms	1.3	Normal	duplicate			Unreviewed	0	0	0	0	0	0
