コード例 #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)