summaryrefslogtreecommitdiff
path: root/django/utils/duration.py
AgeCommit message (Expand)Author
2022-10-31Used more augmented assignment statements.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-12-28Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...Sergey Fedoseev
2016-07-14Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn