X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/eee35e00bf0d0eb3d2a9f08f72c7052962fecbf6..c7d2e4daae13c7c1100ec0d42ace0e8c34b5ae24:/src/archive/forms.py?ds=sidebyside diff --git a/src/archive/forms.py b/src/archive/forms.py index 81568c6..ad03308 100644 --- a/src/archive/forms.py +++ b/src/archive/forms.py @@ -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.