#4907: MultipleChoiceField cleaned_data returns last choice
---------------------------------------+------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: new | Component: django.newforms
Version: SVN | Keywords: MultipleChoiceField
cleaned_data
Stage: Unreviewed | Has_patch: 0
---------------------------------------+------------------------------------
When using a MultipleChoiceField, it is possible for the user to select
multiple choices,
however when accessing cleaned_data, only the last choice is in the
dictionary.
I've investigated somewhat, and this is happening before the clean method
of the field object gets called. I haven't had a chance to investigate
further.
--
Ticket URL: <http://code.djangoproject.com/ticket/4907>
Django Code <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
-~----------~----~----~----~------~----~------~--~---