﻿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
25265	DB Backend cannot specify query class.	Samuel Bishop	nobody	"It would be beneficial if the Queryset class (django.db.models.query.QuerySet) could use some mechanism to find out which query class the database backend wants to use.

Without some mechanism to specify the query class, non sql based database backends are made drastically more complex.

Adding something like ""get_query"" on the database backends that returns 'sql.Query' in the existing backends would enable new backends to provide their own query class."	New feature	new	Database layer (models, ORM)	dev	Normal				Someday/Maybe	0	0	0	0	0	0
