﻿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
28064	MultiValueDictKeyError double quotes missing str keys in error messages	petedmarsh	nobody	"With a builtin dict a KeyError error message looks like this:

{{{
>>> {}['key']
#...
KeyError: 'key'
}}}

However, with MultiValueDict the error message looks like this:


{{{
MultiValueDict()['key']
#...
django.utils.datastructures.MultiValueDictKeyError: ""'key'""
}}}

I was a bit surprised when I first noticed this, as at first glance it looked as if I had somehow quoted some keys ('key' rather than just ''key'') before looking them up in a dictionary."	Bug	closed	Utilities	1.11	Normal	fixed			Ready for checkin	1	0	0	0	1	0
