﻿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
2662	[patch] dictfetchmany and dictfetchall should use generators	Simon Willison	Adrian Holovaty	In db.backends.util, dictfetchmany and dictfetchall currently use list comprehensions and will cause all rows to be loaded in to memory. Those functions should be generators, allowing rows to be loaded one at a time.	enhancement	closed	Database layer (models, ORM)		normal	fixed			Unreviewed	1	0	0	0	0	0
