﻿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
7759	QuerySet count method is wrong while cached results filling	Kenneth Arnold	Malcolm Tredinnick	"Example:

{{{
>>> Concept.objects.count()
288154L

>>> c=Concept.objects.all()
>>> for x in c:
...     print c.count()
...     break
... 
100
}}}

I can't think of any actual usage scenario that would hit this, but I realized it was a problem while reading the {{{QuerySet}}} code.
"		closed	Database layer (models, ORM)	dev		fixed	QuerySet count		Accepted	0	0	0	0	0	0
