jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 137 forks source link

Exceptions not being raised when using custom form with generic CreateView #84

Closed Tonyfoy closed 4 years ago

Tonyfoy commented 6 years ago

Is there a way to get exceptions when using form_class with django.views.generic.edit.CreateView?

It only works when I use the default CreateView class VideoCreate(CreateView): model = Video

Also it doesn't raise exceptions in the Django shell.

aleksihakli commented 4 years ago

Closed as stale issue.