X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/09bb079af644f53690f40028f4af49f35a6a4378..17813a3d7d0c5d291da414b89f3a5c1a936ada64:/src/archive/forms.py diff --git a/src/archive/forms.py b/src/archive/forms.py index 3b68c28..eca8f1a 100644 --- a/src/archive/forms.py +++ b/src/archive/forms.py @@ -15,7 +15,9 @@ from archive.utils import ExistingFile, sha1_file class AudiobookForm(forms.ModelForm): class Meta: model = Audiobook - exclude = [] + exclude = [ + 'youtube_id', 'youtube_queued' + ] def save(self, commit=True, path=None): """ Performs normal save, with given file as an source audiobook.