﻿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
20276	bool(MergeDict()) should evaluate to False if component dicts are empty	Tilman Koschnick	nobody	"Currently, MergeDict instances are considered True, no matter what the contents of the component dicts are. So you could have 'request.GET or request.POST' evaluate to False and 'request.REQUEST' to True on the same request, which is counter-intuitive.

Adding a {{{__nonzero__}}} method would fix this."	Cleanup/optimization	closed	Utilities	dev	Normal	fixed		antonbaklanov@… bmispelon@…	Ready for checkin	1	0	0	0	0	0
