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
fields.py lines 121 through 123 assume that a POST request caused the audiofile to be created/renamed. Shouldn't this be more agnostic to the method as it may be possible for the model to be created in various other ways (via shell or a cron job, for instance)?
The text was updated successfully, but these errors were encountered:
fields.py lines 121 through 123 assume that a POST request caused the audiofile to be created/renamed. Shouldn't this be more agnostic to the method as it may be possible for the model to be created in various other ways (via shell or a cron job, for instance)?
The text was updated successfully, but these errors were encountered: