Hello,
This is the request.POST I get from a (new)form:
<MultiValueDict: {'application': [''], 'applicant': [''], 'step9':
['Register'], 'countries': ['DE', 'ES']}>
No I want to have the 'countries' list but request.POST[''countries']
gives me 'ES' instead of the entire list.
WHY ?
Do I really to go home now ?
Olivier.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---