﻿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
20413	respect Query.get_meta()	Mike Fogel	Mike Fogel	"In `django.db.models.sql.query.Query` there's a `get_meta(self)` method that's present to aid in subclassing `Query`. See https://github.com/django/django/blob/master/django/db/models/sql/query.py#L206. Problem is, `Query` itself as well as its subclasses aren't using this method everywhere they could be... rather they're going around it and accessing its default return value directly. This breaks subclassing `Query` and overriding `get_meta`.

I will submit a pull request shortly with mods to `Query` and friends to respect this method."	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed			Unreviewed	0	0	0	0	0	0
