示例#1
0
 def __str__(self):
     return Country.desc_from_id(self.country)
示例#2
0
文件: models.py 项目: tomwen/ralph
 def name(self):
     return Country.desc_from_id(self.country)