Exemplo n.º 1
0
 def __unicode__(self):
     return User.__unicode__(self.user)
Exemplo n.º 2
0
 def __unicode__(self):
     return User.__unicode__(self.user) + " - " + self.user_comment #Should really change to the user's name field, whatever that is called.