﻿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
21450	BaseYearArchiveView prevent ordering of queryset	Thibault Serot <thibserot@…>	nobody	"In BaseYearArchiveView, the get_dated_items calls the get_dated_queryset with an extra parameter '''ordering=""-%s""''' : qs = self.get_dated_queryset(ordering='-%s' % date_field, * * lookup_kwargs)

This behavior is not the same as in BaseMonthArchiveView (which do qs = self.get_dated_queryset(* * lookup_kwargs)) 
and prevents from using custom filtering in get_queryset.

Could you please remove the extra ordering=""-%s"" in the BaseYearArchiveView and let the user handle the filtering?

Thanks a lot"	Cleanup/optimization	closed	Generic views	1.5	Normal	fixed	BaseYearArchiveView filtering		Accepted	0	0	0	0	0	0
