#28530 closed Bug (fixed)
SelectDateWidget localizes years in select box
Description ¶
Labels for year_choices
for SelectDateWidget
are assigned as integers and thus they are rendered with thousand separators in place.
They should be assigned as strings in order to bypass number formatting.
Change History (6)
follow-up: 2 comment:1 by , 8 years ago
Severity: | Normal → Release blocker |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 8 years ago
Replying to Tim Graham:
I didn't try to reproduce yet, but I suppose that's similar to #28303 and #28075.
Yes, this issue is a variation to both tickets.
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
I didn't try to reproduce yet, but I suppose that's similar to #28303 and #28075.