X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/631597417095f9adeaef8314862c1b9974e960c9..201dd39ec21858e2b4e82dc7bed4bf6aea0262cb:/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.