Skip to content

Commit

Permalink
fix: test for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Oct 2, 2014
1 parent 96414e3 commit 048dd60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions activated_mixin/tests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ class SubModelTest(ActivatedMixin):

def __unicode__(self):
return '{}'.format(self.identifier)

def __str__(self):
return self.__unicode__()

0 comments on commit 048dd60

Please sign in to comment.