diff options
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 19c432053..54d809fdd 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -792,7 +792,7 @@ class GeneralRecordRelations(object): def save(self, *args, **kwargs): super(GeneralRecordRelations, self).save(*args, **kwargs) - # after saving create the symetric or the inverse relation + # after saving create the symmetric or the inverse relation sym_rel_type = self.relation_type if not self.relation_type.symmetrical: |