﻿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
33046	Fully cached result approach of the QuerySet.count is not documented.	Can Sarıgöl	Can Sarıgöl	"there is no document for count function docstring.


{{{
def count(self):
        """"""
        ...

        If the QuerySet is already fully cached, return the length of the
        cached results set to avoid multiple SELECT COUNT(*) calls.
        """"""
}}}
 "	Cleanup/optimization	closed	Documentation	3.2	Normal	fixed			Ready for checkin	1	0	0	0	0	0
