﻿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
14088	Possible typo in Tutorial page #4	Dustin Farris	nobody	"Following the introductory tutorial:

[http://docs.djangoproject.com/en/dev/intro/tutorial04/#intro-tutorial04 http://docs.djangoproject.com/en/dev/intro/tutorial04/#intro-tutorial04]

The example showing the {{{view()}}} function calls the {{{reverse()}}} function passing a tuple as the ""args"" argument.  This seemed to generate the following error from Django:


{{{
""reverse() argument after * must be a sequence, not long""
}}}


Fiddling with the code, I realized that reverse() seemed to expect a list for ""args"", not a tuple.  Changing the code to {{{... , args=[p.id]))}}}  cleared the error."		closed	Documentation	dev		invalid	Dev Tutorial		Unreviewed	0	0	0	0	0	0
