﻿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
3542	Allow month-based date_list on archive_index	anonymous	David Tulig	"I was trying to create a blog index, similar to the Django weblog, which has a Month and Year archive sidebar.

I figured the correct thing to use was the archive_index generic view, but the date list only gives me years.

I can almost see the reason for this, as archive_index would drill down to archive_year, but it's rare that you would list the years first except for very long-running blogs.

I propose a new argument to archive_index of ""date_list_period"" which can be 'year' (default) or 'month'."	New feature	closed	Generic views	dev	Normal	fixed	date_list month generic view		Accepted	1	0	0	1	0	0
