X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/eee35e00bf0d0eb3d2a9f08f72c7052962fecbf6..99591a4b272a8c84c4415105ac34c2f44e980e68:/src/archive/forms.py 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.