#13621: Regression in 1.2.1. date/time widgets are printing their values with an
invalid format
----------------------------------------+-----------------------------------
Reporter: bufke | Owner: jacmkno
Status: assigned | Milestone:
Component: Forms | Version: 1.2
Resolution: | Keywords:
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------+-----------------------------------
Changes (by jacmkno):
* owner: zerok => jacmkno
* status: new => assigned
Comment:
ticket13621-alternative2.diff had a problem. Django's client side I18N
architecture is build in the expectation that all I/O from date time
fields is localized, so the client side part of the admin was still
placing localized data in the fields.
The new patch ticket13621-alternative3.diff, simply makes the date or time
fields default their localize attribute to True which seems to work fine
in EN, ES and ZH. Haven't tested the AM/PM problem yet.
--
Ticket URL: <http://code.djangoproject.com/ticket/13621#comment:14>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.