﻿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
28817	Use server-side cursors for QuerySet.values() and values_list()	Dražen Odobašić	Dražen Odobašić	"Server side cursors are  only initialized for `ModelIterable` class. We should  do the same for other `BaseIterable` classes (`ValuesIterable`, `ValuesListIterable` and `FlatValuesListIterable`). ([https://groups.google.com/d/topic/django-developers/U7PcZxXnb6Y/discussion django-developers discussion]

The idea is that you could then use `QuerySet.values_list('id').iterator()` and actually utilize server side cursors."	Bug	assigned	Database layer (models, ORM)	1.11	Normal				Accepted	1	0	0	0	0	0
