﻿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
9069	django tutorial part 4: object_list() or object_list	benthurgood	nobody	"In the paragraph:

''In previous parts of the tutorial, the templates have been provided with a context that contains the poll and latest_poll_list context variables. However, the generic views provide the variables object and object_list as context. Therefore, you need to change your templates to match the new context variables. Go through your templates, and modify any reference to latest_poll_list to object_list(), and change any reference to poll to object.
''
it suggests that latest_poll_list should be changed to object_list'''()''', ending in parenthesis. This causes an error. When you drop the parenthesis and make it object_list it works fine.

Great tutorial btw!"		closed	Documentation	1.0		duplicate	object_list		Unreviewed	0	0	0	0	0	0
