コード例 #1
0
ファイル: models.py プロジェクト: duignand/attendanceapp
 def __unicode__(self):
     return User.__unicode__(self.user)
コード例 #2
0
ファイル: models.py プロジェクト: mimir/mimir
 def __unicode__(self):
     return User.__unicode__(self.user) + " - " + self.user_comment #Should really change to the user's name field, whatever that is called.