diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-13 09:14:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-13 09:14:11 +0200 |
commit | 8aae6eccd4eb7a138ff0bdaafd1af2bf8eec5b4e (patch) | |
tree | bc47fa2a01a3dc2c85b819fd536eafd0cc4f8a26 /archaeological_context_records/models.py | |
parent | 19c86036d6954d9bbfc0ffc907a91d1f9569bc03 (diff) | |
download | Ishtar-8aae6eccd4eb7a138ff0bdaafd1af2bf8eec5b4e.tar.bz2 Ishtar-8aae6eccd4eb7a138ff0bdaafd1af2bf8eec5b4e.zip |
Models: change relation type to manage self relation on virtual class
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r-- | archaeological_context_records/models.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py index f968c1d6e..fe9f8a2bc 100644 --- a/archaeological_context_records/models.py +++ b/archaeological_context_records/models.py @@ -536,10 +536,6 @@ post_save.connect(cached_label_changed, sender=ContextRecord) class RelationType(GeneralRelationType): - inverse_relation = models.ForeignKey( - 'RelationType', verbose_name=_(u"Inverse relation"), blank=True, - null=True) - class Meta: verbose_name = _(u"Relation type") verbose_name_plural = _(u"Relation types") |