Exemplo n.º 1
0
 def text(self, obj):
     return truncate_chars(obj.__unicode__(), 100)
Exemplo n.º 2
0
 def __unicode__(self):
     return truncate_chars(self.text, 30)