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 | 69e40c3ca37694c31b35545acba0126527a22b9c (patch) | |
| tree | d65c39527dcf73e13bd0cde44fba8fc3f742d90c /archaeological_operations/models.py | |
| parent | e82f3d94a2c9b119135609550fa6c929561754dc (diff) | |
| download | Ishtar-69e40c3ca37694c31b35545acba0126527a22b9c.tar.bz2 Ishtar-69e40c3ca37694c31b35545acba0126527a22b9c.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=''): | 
