diff options
Diffstat (limited to 'ishtar_common/wizards.py')
-rw-r--r-- | ishtar_common/wizards.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index a13086079..dee3c9a1f 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -2212,6 +2212,10 @@ DOCUMENT_EXCLUDED = models.Document.RELATED_MODELS + [ "last_modified", "created", "document", + "thumbnail", + "cached_label", + "image", + "associated_links", ] |