Exemplo n.º 1
0
 def item_title(self, item):
     return truncate_chars(item.textual_representation(), 130)
Exemplo n.º 2
0
 def __unicode__(self):
     return truncate_chars(self.textual_representation(), 130)
Exemplo n.º 3
0
 def item_title(self, item):
     return truncate_chars(item.textual_representation(), 130)
Exemplo n.º 4
0
 def __unicode__(self):
     return truncate_chars(self.textual_representation(), 130)