You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made the duration field optional, and altered it from PositiveIntegerField to FloatField. If you rely on integer output of duration in templates use {{ media.duration|floatformat:"0" }} instead of {{ media.duration }} to restore the previous behavior (#100, #106, #108, #110). Thanks to @thenewguy!
Fixed deprecation warnings with Django 3.0 (#94, #109).
Excluded tests folder from published package’s sdist (#107)).