diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-05-10 19:12:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-05-10 19:12:22 +0200 |
commit | e706b4cb2a2a42e32f6572146862870d1ae54f1c (patch) | |
tree | d65c39527dcf73e13bd0cde44fba8fc3f742d90c /archaeological_operations/models.py | |
parent | 5cc066fd1f6529e3508e10051cc55fd4b0d24ffd (diff) | |
download | Ishtar-e706b4cb2a2a42e32f6572146862870d1ae54f1c.tar.bz2 Ishtar-e706b4cb2a2a42e32f6572146862870d1ae54f1c.zip |
Fix migrations
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 79b2e1acc..2956444f8 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -41,7 +41,6 @@ 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=''): |