nhinkle

Results 1 issues of nhinkle

It appears that as of 1.8, Django [has a native DurationField model](https://docs.djangoproject.com/en/1.8/ref/models/fields/#django.db.models.DurationField). I tried just replacing the fields on my model with the native Django version, but when I apply...