Update to Django 1.11 and Celery 4.2.
[audio.git] / src / archive / forms.py
index 81568c6..ad03308 100644 (file)
@@ -14,6 +14,7 @@ from archive.utils import ExistingFile, sha1_file
 class AudiobookForm(forms.ModelForm):
     class Meta:
         model = Audiobook
+        exclude = []
 
     def save(self, commit=True, path=None):
         """ Performs normal save, with given file as an source audiobook.