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