﻿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
1131	Add a __repr__ to MultiValueDict	Simon Willison	Adrian Holovaty	"At the moment, MultiValueDict inherits its __repr__ from Python's dictionary type. This is confusing, as it leads to the misunderstanding demonstrated in #1130. We should add a custom __repr__ something like this:

{{{
def __repr__(self):
    return ""<MultiValueDict: %s>"" % dict.__repr__(self)
}}}"	defect	closed	Core (Other)		trivial	fixed			Unreviewed	0	0	0	0	0	0
