﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27583	MultiValueDict raises TypeError when values for specific key is None	Mariusz Felisiak	Mariusz Felisiak	"`django.utils.datastructures.MultiValueDict` raises:

{{{
  File ""django/utils/datastructures.py"", line 149, in _getlist
    values = list(values)
TypeError: 'NoneType' object is not iterable
}}}

in `getlist` method when `force_list` is on and `values` for specific `key` is `None`."	Bug	closed	Utilities	dev	Normal	fixed	MultiValueDict		Ready for checkin	1	0	0	0	1	0
