Opened 18 years ago
Closed 18 years ago
#6345 closed (fixed)
Typo in date format string description
| Reported by: | Djoume Salvetti | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
An ISO-8601 week number of year is between 1 and 53, not between 1 and 23
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | typo_django.diff added |
|---|
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7007]) Fixed #6345 -- Django supports week numbers all the way up to 53, not just 23.
Thanks, djoume.