summaryrefslogtreecommitdiff
path: root/django/utils/duration.py
AgeCommit message (Expand)Author
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