﻿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
7105	dates queryset method doesn't work for parent date fields	sorrison@…	nobody	"I brought this up in #7104 but maybe should be a separate ticket. (or maybe I'm straight out wrong)

If using multi-table inheritance you can not use the parents date field in the date queryset method.
Is this meant to work?

{{{
SomeModel.objects.dates('date_field_from_parent_model', 'month')
}}}

I get an error as it is trying to look in the childs database table."		closed	Database layer (models, ORM)	dev		fixed	qsrf-cleanup		Unreviewed	0	0	0	0	0	0
