diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 00d94a1f2..d4ea72dea 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3407,6 +3407,7 @@ class IshtarUser(FullSearch):      class Meta:          verbose_name = _("Ishtar user")          verbose_name_plural = _("Ishtar users") +        ordering = ("person",)      ADMIN_SECTION = _("Directory")      def __str__(self): | 
