On 12/28/05, patrick k <[EMAIL PROTECTED]> wrote: > {'body': ['some body text'], 'project': ['1'], 'note': ['1'], 'user': > ['[EMAIL PROTECTED]', '[EMAIL PROTECTED]', '[EMAIL PROTECTED]'], > 'byuser': ['1']} > > now i´m trying to get all "users" to send them an email. > but with something like post_data["user"] i only get "[EMAIL PROTECTED]". > > so, how can i get all the values for "user" within my dict?
post_data.getlist('user') should do it. See the docs here: http://www.djangoproject.com/documentation/request_response/#querydict-objects Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org