﻿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
14996	Incorrect persistent help_text for ModelMultipleChoiceField if widget is overridden in Modelform class Meta:	Daryl Antony	nobody	"For example, I have the following:

{{{
class SomeAdminModelForm(forms.ModelForm):
    class Meta:
        widgets = {
            'm2m_field': forms.CheckboxSelectMultiple(),
        }
}}}

... which alters the m2m field multiple select to a series of checkboxes.

Which is fine, except the help_text is still appended with 'Hold down ""Control"", or ""Command"" on a Mac, to select more than one.'

... which is obviously not necessary in this context.
"		closed	Forms	1.2		duplicate			Unreviewed	0	0	0	0	0	0
