Exemple #1
0
 def __str__(self):
     return _('Status message by %(source)s made on %(date)s')% {'source':self.user.username,'date':datetime_format(self.creation_date)}