﻿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
20287	BaseContext (and it's subclasses) lack emulation of dictionary items()	Keryn Knight <django@…>		Given the Context usually behaves like a dictionary (though underlying it is obviously also a stack), I was somewhat surprised that it has no `items()` nor `iteritems()` methods that would allow it to be iterated as one might expect to, though it does have an `__iter__()` method, which could probably be used if this has any merit.	New feature	closed	Template system	dev	Normal	wontfix		bmispelon@…	Unreviewed	0	0	0	0	0	0
