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
Pull Requests:How to create a pull request

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.

Change History (2)

by IsakovAN, 15 years ago

Attachment: formats.patch added

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

Fixed indirectly by [13484].

Note: See TracTickets for help on using tickets.
Back to Top