Exemplo n.º 1
0
 def __unicode__(self):
     import utils
     return unicode('[%s-%d-v%d-%s] (%s/%s) %s' % (repr(self.owner.username), self.jid, self.version, repr(self.deleted), utils.decimal_time_to_str(self.created), utils.decimal_time_to_str(self.edited), self.contents[:30]))
Exemplo n.º 2
0
 def __unicode__(self):
     import utils
     return unicode('[%s %s] - note:%s %s %s' % (repr(self.owner.username),utils.decimal_time_to_str(self.when),repr(self.noteid),self.action,self.tabid))
Exemplo n.º 3
0
 def __unicode__(self):
     import utils
     return "[%s - %s]: %s" % (utils.decimal_time_to_str(self.when),self.username,self.description)
Exemplo n.º 4
0
 def __unicode__(self):
     import utils
     return unicode('(%s-%s-%s) [User: %s, ID: %d, Ver: %s] (%s / %s) %s' % (
         self.nCreated, self.nEdited, self.nDeleted, repr(self.owner.username), self.jid, self.version,
         utils.decimal_time_to_str(self.created), self.noteType,
         self.contents[:30]))
Exemplo n.º 5
0
 def __unicode__(self):
     import utils
     return unicode('[%s] - %s - %s: %s %s' % (utils.decimal_time_to_str(self.when),self.username,repr(self.couhes),repr(self.first_name),repr(self.last_name)))