diff options
Diffstat (limited to 'ishtar_common/models.py')
-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 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: |