﻿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
5883	CursorDebugWrapper should implement __iter__	eibaan	nobody	"According to PEP 249, a database cursor can be iterable. The CursorDebugWrapper however cannot correctly delegate this. To fix this, a method
{{{
def __iter__(self):
    return iter(self.cursor)
}}}
added to that class enables support for cursor iteration if DEBUG is enabled. This method should be added to {{{django/db/backends/utils.py}}}."		closed	Database layer (models, ORM)	dev		fixed			Ready for checkin	1	0	0	0	0	0
