﻿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
7698	QuerySet slices broken in corner case: QuerySet[0:0] => QuerySet[0:]	enoksrd	nobody	"If you have a QuerySet and slice with an upper bound (""end"") of 0 it's treated like no upper bound at all. See attached svn diff for a fix.  To reproduce:  let q be a QuerySet, the q[0:0] is *all* the objects in the set.  Problem due to 0 being false in Python."		closed	Database layer (models, ORM)	dev		fixed	QuerySet, slice		Accepted	1	0	0	0	0	0
