﻿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
4959	Template for loop docs suggest missing tuple unpacking feature	anonymous	Adrian Holovaty	"The docs suggest you can unpack tuples in templates, however, this does not work. 

Docs suggesting the missing feature: [http://www.djangoproject.com/documentation/templates/#for]

When attempted, this is the exception thrown:
{{{
bits = token.contents.split()
if len(bits) == 5 and bits[4] != 'reversed':
   raise TemplateSyntaxError, ""'for' statements with five words should end in 'reversed': %s"" % token.contents
}}}
"		closed	Template system			invalid	for template parsing tuple dictionary		Unreviewed	0	0	0	0	0	0
