#2125: CheckboxMultipleSelectField only accepts strings for value in choices
-----------------------------+----------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Core framework | Version:
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
CheckboxMultipleSelectFields will raise a TypeError if value (the first
item) in one of the tuples in the choices list is not a string.
MultipleSelectField and SelectField don't have this problem because they
escape() the value (which stringifies it).
--
Ticket URL: <http://code.djangoproject.com/ticket/2125>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---