﻿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
18189	Missing a .all() in Tutorial 4	thungp@…	nobody	"In the section use generic views: Less code is better
in the Change it like so:

What there currently is as of 4/22/12 is as follows:
queryset=Poll.objects.order_by('-pub_date')[:5],

I believe you meant this:
queryset=Poll.objects.all().order_by('-pub_date')[:5],"	Bug	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
