| Age | Commit message (Collapse) | Author |
|
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
|
|
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.
|
|
|