﻿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
29903	Add friendly error message if WeekArchiveView receives an invalid week format	Hasan Ramezani	Hasan Ramezani	"when we use `WeekArchiveView`, we can determine the `week_format` in URL like this:

{{{
path('<int:year>/week/<int:week>/',  ArticleWeekArchiveView.as_view(week_format='%W'),  name=""archive_week""),
}}}

The valid formats are: `'%U'` and `%W`. if we pass something else than those two formats we will get a `KeyError`.


I am gonna to fix this."	Cleanup/optimization	closed	Generic views	2.1	Normal	fixed			Accepted	1	0	0	0	0	0
