The Django docs say at http://docs.djangoproject.com/en/dev/ref/request-response/#django.http.QueryDict.iteritems thatQueryDict.iteritems() uses the same last-value
QueryDict.iteritems()
you can cast the querydict into a dictionary
map(int,dict(request.GET)["status"])