diff options
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/models.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 735ad27a0..030676dcc 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3985,6 +3985,10 @@ class Document(BaseHistorizedItem, OwnPerms, ImageModel): """ @property + def images_without_main_image(self): + return [] + + @property def associated_file_name(self): if not self.associated_file: return "" |