Opened 14 years ago
Closed 14 years ago
#13913 closed (fixed)
Form widgets INPUT/OUTPUT format should be symmetrical
Reported by: | IsakovAN | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Statically compiled in formats is not a good idea. Especially for languages other than English. I have replaced it by django.utils.formats.get_format call.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | formats.patch added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed indirectly by [13484].