Skip to content

Commit

Permalink
Merge pull request #16 from Adys/master
Browse files Browse the repository at this point in the history
Fix an issue with unicode receivers and Likes
  • Loading branch information
jtauber committed Jul 2, 2013
2 parents b8c91ef + 32f30d8 commit ad5e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phileo/models.py
Expand Up @@ -27,4 +27,4 @@ class Meta:
)

def __unicode__(self):
return "%s likes %s" % (self.sender, self.receiver)
return u"%s likes %s" % (self.sender, self.receiver)

0 comments on commit ad5e1d0

Please sign in to comment.