summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index cb225d0f6..c43dca279 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1540,6 +1540,10 @@ class GeneralRelationType(GeneralType):
class GeneralRecordRelations(object):
+ @classmethod
+ def general_types(cls):
+ return ['relation_type']
+
def save(self, *args, **kwargs):
super(GeneralRecordRelations, self).save(*args, **kwargs)