Django's DurationField lets you store a Python timedelta object in the database. It was introduced in Django 1.8, and doesn't yet have a user-friendly way to input this data in a form. There's ...