﻿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
11238	Widespread {% for %} confusion	RantyDave	nobody	"I currently get about fourty hits a day to this page - http://www.zedkep.com/blog/index.php?/archives/85-Iterating-over-a-dictionary-in-Django-templates.html. While I'm more than happy to help out the community and my ego appreciates the hits, I do think the world as a whole would be better served by fixing the root problem in the documentation.

So here is it: people don't know how to iterate over dictionaries and merely including

{{{
{% for key,value in dictionary.items %}{{ value }}{% endfor %}
}}}

as an example would probably fix that. Can this be backported to the 1.0 (and 0.96) docs too? Thanks, Dave."		closed	Documentation	1.0		invalid			Unreviewed	1	0	0	0	0	0
