Closed MrWeeble closed 3 years ago
Anything I can do to expedite getting this merged? Would be good to get it into a release at some point
This MR looks good to me. This would make the field value to be in line with django: https://docs.djangoproject.com/en/3.2/ref/models/fields/#timefield
I'm not sure if this should just be a bugfix release of a major release, as the fixture value type would change after updating. What do you think?
Nice! I suppose we can generate a bufix release soon.
When creating a fixture for a TimeField the return should be a datetime.time instance rather than a datetime.datetime instance as currently