﻿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
14489	Typo in generic views docs	cwhaines	nobody	"On the ""Class-based generic views"" page under ""viewing subsets of objects"" there is a code example in which the last line is:

{{{
queryset = Publisher.object.all()
}}}

It should be:

{{{
queryset = Publisher.objects.all()
}}}"		closed	Documentation	dev		fixed			Unreviewed	0	0	0	0	0	0
