﻿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
10579	Generic views tutorial	zvikara	nobody	"In Writing your first Django app, part 4,
When changing the sample to use generic views,

1. polls/urls.py must include template_object_name:
{{{
info_dict = {
    'queryset': Poll.objects.all(),
    'template_object_name': 'poll',
}

}}}

2. In poll_list.html, you must change latest_poll_list to poll_list.

(This is in django 1.02)"		closed	Documentation	1.0		invalid			Unreviewed	0	0	0	0	0	0
