Opened 15 years ago
Closed 15 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 , 15 years ago
| Attachment: | formats.patch added |
|---|
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed indirectly by [13484].