diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 16:52:00 +0000 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 16:52:00 +0000 |
| commit | d715b71f39fae579b79f9ce4fd3f9fb2a828311b (patch) | |
| tree | e851a91f6f514abcfd20b7d5e8ebabe30e2e2b2e /archaeological_operations/models.py | |
| parent | 5a8f66d8349b00812a4a8b55317688a7832a10a3 (diff) | |
| parent | 83cb933dcd05bd6308b68fa1559d828f5b1a18bc (diff) | |
| download | Ishtar-d715b71f39fae579b79f9ce4fd3f9fb2a828311b.tar.bz2 Ishtar-d715b71f39fae579b79f9ce4fd3f9fb2a828311b.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 02ec1a912..d7dc18b3c 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -38,6 +38,7 @@ class OperationType(GeneralType): class Meta: verbose_name = _(u"Operation type") verbose_name_plural = _(u"Operation types") + ordering = ['label'] @classmethod def is_preventive(cls, ope_type_id, key=''): |
