fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
file page reorg
[audio.git]
/
src
/
archive
/
forms.py
diff --git
a/src/archive/forms.py
b/src/archive/forms.py
index
3b68c28
..
eca8f1a
100644
(file)
--- 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.