﻿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
18139	ArchiveIndexView and YearIndexView compute the queryset twice	Aymeric Augustin	Aymeric Augustin	"In the debug toolbar, I noticed that the queryset is evaluated twice, with a different ordering. The call to `order_by` in `get_dated_items` appears to be the culprit.

I'm attaching a patch that resolves the issue, but it may not be backwards compatible -- the order of objects in classes inheriting `BaseDateListView` may change.
"	Bug	closed	Generic views	1.4	Normal	duplicate			Accepted	1	0	1	1	0	0
