mptt is dead

This commit is contained in:
Thomas NOËL 2012-05-14 15:00:26 +02:00
parent 9b1ecae716
commit 18436a76f2
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ class Entity(models.Model):
verbose_name = _(u'Entité administrative')
verbose_name_plural = _(u'Entités administratives')
class MPTTMeta:
order_insertion_by = ['name']
def __unicode__(self):
return u'%s (%s)' % (self.code, self.description)