Opened 16 years ago
Closed 16 years ago
#8602 closed (duplicate)
Archive_week should accept Monday as the first day of the week
Reported by: | Juuso Pääkkönen | Owned by: | nobody |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently, the weeks in django.views.generic.date_based.archive_week start with Sunday. While this is common practice in the US, most of the rest of the world uses Monday as the first day of the week (which also happens to be an ISO standard), and the generic view isn't very useful in these countries.
Note:
See TracTickets
for help on using tickets.
Duplicate of #1061, but the real issue of having this local metadata available is going to be solved as part of #7980.