#9459: forms.DateTimeField() rendered with HiddenInput looses microseconds
-------------------------------+--------------------------------------------
Reporter: guettli | Owner: nobody
Status: new | Milestone:
Component: Forms | Version: 1.0
Resolution: | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------+--------------------------------------------
Changes (by guettli):
* needs_better_patch: 1 => 0
Comment:
I uploaded a new version which works with python2.5 and 2.6. I checked
both versions with "./runtests.py --settings test_sqlite forms".
If you use Python2.6 nothing is special, since datetime.datetime.strptime
can handle %f. If you use py2.5, the %f must be
at the end of the format string.
--
Ticket URL: <http://code.djangoproject.com/ticket/9459#comment:9>
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.