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 c9903525d..90e2bd6f6 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1777,6 +1777,7 @@ class ImporterType(models.Model): class Meta: verbose_name = _(u"Importer - Type") verbose_name_plural = _(u"Importer - Types") + ordering = ('name',) def __unicode__(self): return self.name |