﻿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
24854	Clean up django.db.models.query._values()	Josh Smeaton	Ian Foote	"The `django.db.models.query._values()` method looks like it does much more than it should be doing in the frontend query class. We should try to move most of the method into `django.db.models.sql.query` so that other backends are able to have a better chance of replacing it's functionality.

It might also be worth seeing how much of the method can be factored with `sql.has_results` since they both setup the query in similar ways.

This comment sparked the idea: https://github.com/django/django/pull/4706#issuecomment-105130864"	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed		josh.smeaton@… Joseph Gordon	Accepted	1	0	0	0	0	0
