From 41d8e7371da272c990710cf3c0bf0c3c23d93586 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 28 Sep 2018 15:11:30 +0200 Subject: Admin Town: change department display for areas --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index e862885d0..f6eeab72f 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3855,7 +3855,7 @@ class Area(HierarchicalType): class Meta: verbose_name = _(u"Area") verbose_name_plural = _(u"Areas") - ordering = ('parent__label', 'label') + ordering = ('label',) def __unicode__(self): if not self.reference: -- cgit v1.2.3