From 9d5f0791187ff6b18d3ffa4db4d593fe96834e8d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 7 Oct 2020 19:09:30 +0200 Subject: Refactoring of models. Document container - declare only id --- ishtar_common/wizards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/wizards.py') diff --git a/ishtar_common/wizards.py b/ishtar_common/wizards.py index 63f7ee30a..9ee0c5896 100644 --- a/ishtar_common/wizards.py +++ b/ishtar_common/wizards.py @@ -1983,7 +1983,7 @@ class SourceWizard(Wizard): DOCUMENT_EXCLUDED = models.Document.RELATED_MODELS + [ "id", "history_creator", "history_modifier", "search_vector", "imports", - "last_modified" + "last_modified", "document" ] -- cgit v1.2.3