#8720: MultipleHiddenInput doesn't give list of elements in clean method
----------------------------------------+-----------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody    
   Status:  new                         |   Milestone:            
Component:  Forms                       |     Version:  SVN       
 Keywords:                              |       Stage:  Unreviewed
Has_patch:  0                           |  
----------------------------------------+-----------------------------------
 When cleaning a MultipleHiddenInput field, the data is a unicode string of
 a python representation of a list, so like this u'[u'123', u'456']' which
 makes it kind of hard to validate the data. I think it should be a proper
 list, if i'm not missing something here.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/8720>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to