Re: Newforms, MultiSelect, "Hold Down Control" message.

2007-07-19 Thread larry
Thanks for your reply, sorry I didn't get back to this sooner. > The string you're referring to is appended to the help_text of a > ManyToManyField in django.db.models.fields.related. It's not being > set by newforms, merely inherited. You also wouldn't be seeing it if > you were using Checkbox

Re: Newforms, MultiSelect, "Hold Down Control" message.

2007-06-25 Thread Matt McClanahan
On Jun 25, 1:03 pm, larry <[EMAIL PROTECTED]> wrote: > I've derived a new version of the CheckboxSelectMultiple widget. > Unfortunately, just like its parent, it prints a message "Hold down > "Control", or "Command" on a Mac, to select more than one." on each > field. This instruction, which I