{{{
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`.
--
Ticket URL: <https://code.djangoproject.com/ticket/27583>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
Ticket URL: <https://code.djangoproject.com/ticket/27583#comment:1>
* keywords: => MultiValueDict
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/7669 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27583#comment:2>
* stage: Unreviewed => Ready for checkin
Comment:
It's a regression in #27198 that only affects master.
--
Ticket URL: <https://code.djangoproject.com/ticket/27583#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8e3a72f4fb4e9d3f93c7d966c13d4e7446b1949e" 8e3a72f]:
{{{
#!CommitTicketReference repository=""
revision="8e3a72f4fb4e9d3f93c7d966c13d4e7446b1949e"
Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key
is None.
Restored the behavior before 727d7ce6cba21363470aaefb2dc5353017531be3.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27583#comment:4>