/ Published in: Django
URL: http://www.djangofoo.com/93/request-post-get-multiple-values
Expand |
Embed | Plain Text
request.POST.getlist('artists')
You need to login to post a comment.
tclancy on 10/10/10
1 person have marked this snippet as a favorite
URL: http://www.djangofoo.com/93/request-post-get-multiple-values
request.POST.getlist('artists')
You need to login to post a comment.