﻿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
31620	"Support ""%V"" format in WeekArchiveView."	Jakub Jagielka	Hasan Ramezani	" #26217 (Docs for WeekArchiveView are misleading about %W) - closed 4 years ago mentioned support for %V week format.

Since python 3.6, %G, %u and %V ISO 8601 formatters were added to `strptime`.

`WeekArchiveView` should add %V to the list of accepted week formatters. This would require as well the special case to change the year format to %G, or simply `ValueError` in `_date_from_string` should mention the message passed from `datetime.datetime.strptime`:

''ISO week directive '%V' is incompatible with the year directive '%Y'. Use the ISO year '%G'.''"	New feature	closed	Generic views	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
