diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-09 13:40:04 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-09 13:40:04 +0200 |
commit | 0dc5a4607b54a95f0fc04cb0bb20c152180c44ae (patch) | |
tree | 55798a74a2c603a06fe38cbb6e1ad9d69bf4b9eb /ishtar_common/models.py | |
parent | e96307ce15ee1315116dbaa63e825fc4f0d8c586 (diff) | |
download | Ishtar-0dc5a4607b54a95f0fc04cb0bb20c152180c44ae.tar.bz2 Ishtar-0dc5a4607b54a95f0fc04cb0bb20c152180c44ae.zip |
Graph generation: fix non full generation with changing relation type - attach full to upper item
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 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() |