summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
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
commitcbd2b171f288234c8ee000e36085c280baaaf3d2 (patch)
tree99c8f0167abddfafffcecfb1ca5515e8295428d3 /ishtar_common/models.py
parenta4dfa2db521bbc8db96bb69cbb1fbdf09d667722 (diff)
parent6aec8a5e2693a0ea2a46a8edc3ea1f4406ab8e51 (diff)
downloadIshtar-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.py1
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