summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 38c65a24a..8b411d564 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -295,7 +295,7 @@ class RelationType(GeneralRelationType):
class Meta:
verbose_name = _(u"Relation type")
verbose_name_plural = _(u"Relation types")
- ordering = ('order',)
+ ordering = ('order', 'label')
class RecordRelations(GeneralRecordRelations, models.Model):