﻿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
22065	Line missing in Tutorial, p.4	profete	nobody	"Hi,

In the section ""Amend views"" part 4 of the tutorial on first app on 1.6 (https://docs.djangoproject.com/en/1.6/intro/tutorial04/), I think there is one line missing for the file views.py.

It says:

class IndexView(generic.ListView):
    template_name = 'polls/index.html'
    context_object_name = 'latest_poll_list'

But, I think the line ""model = Poll"" is missing. It gives me an error if I don't include it.

Thanks.
Alex

"	Uncategorized	closed	Documentation	1.6	Normal	worksforme			Unreviewed	0	0	0	0	0	0
