﻿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
36278	MultiValueDict should use sentinel for default values	Peter Larsen - Puzzel Solutions		"MultiValueDict has many methods that has a 'default' parameter, but sets the default to None. fx:
https://github.com/django/django/blob/main/django/utils/datastructures.py#L129

This makes 
mvdict.getlist('key', None) 
return [], instead of the expected None.



"	New feature	closed	Utilities	dev	Normal	wontfix	MultiValueDict getlist default		Unreviewed	0	0	0	0	0	0
