﻿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
26217	Docs for WeekArchiveView are misleading about %W	Michal Petrucha	Michal Petrucha	"The [[https://docs.djangoproject.com/en/1.9/ref/class-based-views/generic-date-based/#weekarchiveview|docs]] state:

> The `'%W'` format uses the ISO week format and its week begins on a Monday. The `'%W'` format is the same in both the `strftime()` and the `date`.

However, as established in #7380, this is not true (another example is the week starting on 2015-11-16, which is week 47 according to `date`, but 46 according to `strftime()`). This section of the docs should be rephrased into a warning that `'%W'` and `'W'` are not compatible with each other."	Bug	closed	Documentation	1.9	Normal	fixed			Accepted	1	0	0	0	0	0
