| Age | Commit message (Collapse) | Author |
|
date/datetime/time.fromisoformat() support any valid ISO 8601 format
in Python 3.11+, see https://github.com/python/cpython/issues/80010.
|
|
|
|
decimal fractions.
|
|
Thanks Keryn Knight for the report.
|
|
|
|
|
|
|
|
|
|
django.utils.dateparse functions.
Co-Authored-By: Ben Wilber <benwilber@gmail.com>
|
|
parse_duration().
|
|
|
|
parse_duration().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A field for storing periods of time - modeled in Python by timedelta. It
is stored in the native interval data type on PostgreSQL and as a bigint
of microseconds on other backends.
Also includes significant changes to the internals of time related maths
in expressions, including the removal of DateModifierNode.
Thanks to Tim and Josh in particular for reviews.
|
|
|
|
Refs #17262.
|
|
Refs #20680.
|
|
|