﻿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
1733	Documentation for slicing QuerySets is misleading	Luke Plant	Jacob	"The documentation on ''When QuerySets are evaluated'' is misleading in the 'slicing' section.  The implementation of slicing changed in order to support everything that could be done with the old generic views, and now, slicing always creates a new QuerySet (i.e. doesn't affect the existing one at all).  It will return a list of objects if the slice can't be done in SQL (such as if the 'step' parameter is used), or if a single object is requested -- otherwise it will return a new QuerySet.
"	defect	closed	Documentation	magic-removal	normal	fixed			Unreviewed	0	0	0	0	0	0
