Changes between Initial Version and Version 1 of Ticket #16888, comment 3


Ignore:
Timestamp:
Jul 2, 2012, 4:11:39 AM (12 years ago)
Author:
Thomas Güttler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16888, comment 3

    initial v1  
    1 Django 1.5 will drop support for Python 2.5. This means that the current development version of django can safely use %f to parse microseconds.
     1Django 1.5 will drop support for Python 2.5. This means that the current development version of django can safely use %f to parse microseconds. I think '%Y-%m-%d %H:%M:%S.%f' should be in the DATETIME_INPUT_FORMATS list of every language, since a hidden datetime input field should not loose microseconds.
Back to Top