hi
using django 0.96.1 &
sending forms checkbox values as choices ,
but none of these works :

request.POST.getlist['choices']
request.GET.getlist['choices']

error:
'instancemethod' object is unsubscriptable

but these works:
request.POST['choices']
request.GET['choices']
& give the the LAST CHOICE that made
i should mention that html page correctly send choices=1&choices=2,...

thank u


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to