Just FYI, I had to use:
list = request.POST.getlist("items[]")
because omitting the [] caused a blank list to be returned instead of the correct values. I'm using jQuery to fetch the values of a multiple select element, and jQuery appears to be adding the []