diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 00:47:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 00:47:53 +0100 |
commit | 6aec8a5e2693a0ea2a46a8edc3ea1f4406ab8e51 (patch) | |
tree | 200b15910df3d8d718d657ae8501d12ec57faabb /ishtar_common/models.py | |
parent | ed2d630c8eea29fd68383105a4aa793a55b455ea (diff) | |
parent | 7f394d6dd2631f7d5f985b5ec976c79a30434ee8 (diff) | |
download | Ishtar-6aec8a5e2693a0ea2a46a8edc3ea1f4406ab8e51.tar.bz2 Ishtar-6aec8a5e2693a0ea2a46a8edc3ea1f4406ab8e51.zip |
Merge branch 'master' into v0.9
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 |