mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-13 01:53:15 +00:00
Fix misc_models test
This commit is contained in:
parent
80975ef3ee
commit
8131da4389
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class EnumGroup(models.Model):
|
|||
|
||||
enums = models.ManyToManyField(EnumValue, verbose_name=_(u"enum group"))
|
||||
|
||||
def __unicode__(self):
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue