예제 #1
0
파일: feeds.py 프로젝트: vtamara/lernanta
 def item_title(self, item):
     return truncate_chars(item.textual_representation(), 130)
예제 #2
0
파일: models.py 프로젝트: vtamara/lernanta
 def __unicode__(self):
     return truncate_chars(self.textual_representation(), 130)
예제 #3
0
파일: feeds.py 프로젝트: vtamara/lernanta
 def item_title(self, item):
     return truncate_chars(item.textual_representation(), 130)
예제 #4
0
 def __unicode__(self):
     return truncate_chars(self.textual_representation(), 130)