summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 2898c7934..0a5fc30bf 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -5102,6 +5102,7 @@ class Document(BaseHistorizedItem, OwnPerms, ImageModel, ValueGetter, MainItem):
QUICK_ACTIONS = [
QA_EDIT
]
+ SERIALIZATION_FILES = ["image", "thumbnail", "associated_file"]
title = models.TextField(_("Title"), blank=True, default='')
associated_file = models.FileField(