﻿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
20513	Queryset caching behaviour needs more documentation	David Seddon	nobody	"The [https://docs.djangoproject.com/en/dev/topics/db/queries/#caching-and-querysets documentation for the caching behaviour of querysets] is misleading.  It implies that queryset results are always cached, but in actual fact the cache is only set if the entire queryset is evaluated - not when a section of the queryset is queried (such as a call to queryset[3]).

I will attach a patch documenting this behaviour shortly."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	queryset	Seddon bmispelon@…	Ready for checkin	1	0	0	0	1	0
