On 10/11/07, David Reynolds <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I've just added this ticket (#5737), which I am quite keen to fix, as
> it would be useful for the project I'm currently working on, can
> anyone give me any advice as to whether this is something that can be
> fixed and where I should look to fix it?

If the ticket describes the current behaviour, then it looks like a
bug. I can't think of any reason that it couldn't be fixed. As for
how:

- Add a test for your use case to
/tests/regressiontests/forms/widgets.py (around line 705) and/or
/tests/regressiontests/forms/fields.py (around line 990).
- Modify /django/newforms/widgets.py (around line 315) and/or
/django/newforms/fields.py (around line 521).
- Submit patch :-)

You may also want to use your test case to validate if the problem is
specifically with the CheckboxSelectMultiple widget, or if any widget
associated with MultipleChoiceField is affected.

Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to