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
Media duration is typically fractional. We should allow partial seconds instead of modelling as a PositiveIntegerField
Any objections to migrating to one of a DurationField, FloatField, or DecimalField? FloatField is probably the easiest while DurationField is probably most correct.