diff options
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( | 
