﻿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
20980	Inconsistant MRO in BaseDateListView and BaseDayArchiveView	django@…	nobody	"I have a class like this:

    class ReportView(DateDetailView, BaseDayArchiveView, BaseMonthArchiveView):

Which raises an exception: `Cannot create a consistent method resolution order (MRO) for bases DateMixin, ContextMixin`

This is due to the order of basses on BaseDateListView. I've attached a patch that solves the problem.

It's useful for showing the details of one object, with a list of other related dated objects."	Cleanup/optimization	closed	Generic views	1.5	Normal	wontfix			Unreviewed	1	0	0	0	0	0
