﻿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
10091	QuerySet  documentation of slicing syntax misleading/incomplete	adrian_nye	Jacob	"
Doc says:  ""Use Python's array-slicing syntax to limit your QuerySet to a certain number of results.""   

Should say:  ""Use a subset of Python's array-slicing syntax to limit your QuerySet to a certain number of results.""   

Should also say:  specifically mention that it doesn't accept negative indexes.   [-1] does not work for example.

Would be nice: give an example of how to return the last (single) item in a queryset.   A good example would be: return the item with the most
recent datetime.

"		closed	Documentation	1.0		fixed	QuerySet		Accepted	0	0	0	0	0	0
