#14996: Incorrect persistent help_text for ModelMultipleChoiceField if widget is
overridden in Modelform class Meta:
-------------------+--------------------------------------------------------
 Reporter:  daryl  |       Owner:  nobody    
   Status:  new    |   Milestone:  1.3       
Component:  Forms  |     Version:  1.2       
 Keywords:         |       Stage:  Unreviewed
Has_patch:  0      |  
-------------------+--------------------------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14996>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to