From 12ce8d38a2975ef2f512c0e60670192b07696057 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Mar 2021 11:50:11 +0100 Subject: Fix complete_id for document --- ishtar_common/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 180acd626..56c65c1f3 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2971,6 +2971,7 @@ class Document(BaseHistorizedItem, CompleteIdentifierItem, OwnPerms, ImageModel, } CACHED_LABELS = ['cache_related_label'] + CACHED_COMPLETE_ID = "" EXTRA_REQUEST_KEYS = { "operations": "operations__pk", "context_records": "context_records__pk", -- cgit v1.2.3