示例#1
0
 def hr_created_tm(self):
     return timesince(self.created)
示例#2
0
 def hr_created_tm(self):
     return timesince(self.created)
示例#3
0
 def hr_last_reply(self):
     return timesince(self.last_reply_at)
示例#4
0
 def hr_last_reply(self):
     return timesince(self.last_reply_at)