neon-jungle / wagtail-videos

Videos for Wagtail CMS, including transcoding
BSD 3-Clause "New" or "Revised" License
65 stars 57 forks source link

video_saved signal does not check for the raw keyword #34

Open mrname opened 5 years ago

mrname commented 5 years ago

When attempting to use the manage.py loaddata function for instances of wagtailvideos models, the video_saved signal is being triggered. None of the logic in the signal handler make sense to run in this situation. Thus, the video_saved signal handler should be a noop if the raw keyword is present. Will be submitting a PR for this soon.