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)

formats.patch (983 bytes ) - added by IsakovAN 14 years ago.

Download all attachments as: .zip

Change History (2)

by IsakovAN, 14 years ago

Attachment: formats.patch added

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

Resolution: fixed
Status: newclosed

Fixed indirectly by [13484].

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