From 76b9e9268426812800829a522b3adb89f97a7dc6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 9 Jul 2019 13:40:04 +0200 Subject: Graph generation: fix non full generation with changing relation type - attach full to upper item --- 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 b2f235207..872f740e6 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1201,6 +1201,7 @@ class RelationItem(models.Model): """ Items with relation between them """ + MAIN_UP_MODEL_QUERY = "" relation_image = models.FileField( _("Generated relation image (SVG)"), null=True, blank=True, upload_to=get_image_path, help_text=max_size_help() -- cgit v1.2.3