Opened 17 years ago
Closed 17 years ago
#8418 closed (wontfix)
archive_year should pass a date year object to template context instead of four digit unicode
| Reported by: | 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
The date_based generic view to manage years should pass year as a date object to template context in order to be coherent with other date_based generic views.
Note:
See TracTickets
for help on using tickets.
This would be a backwards incompatible and it's a pretty negligible change. It really only matters for the other ones because it's more data which needs to be passed.