diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-24 13:13:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:59 +0100 |
commit | ee5bce7c860e8ed505bd40365bb6b1d7baea13f6 (patch) | |
tree | f94ba77a7ebd80312cc03258a5f69d3e67aa8bd2 /ishtar_common/models.py | |
parent | c0d69a731933b1007d5eeaeabf346ae5834ea6f2 (diff) | |
download | Ishtar-ee5bce7c860e8ed505bd40365bb6b1d7baea13f6.tar.bz2 Ishtar-ee5bce7c860e8ed505bd40365bb6b1d7baea13f6.zip |
Syndication - serialization - display sheet find
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 442e67429..e72fd2a22 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3923,6 +3923,7 @@ class Document( ), ] SERIALIZATION_FILES = ["image", "thumbnail", "associated_file"] + SERIALIZE_PROPERTIES = ["external_id"] title = models.TextField(_("Title"), blank=True, default="") associated_file = models.FileField( |