Exemplo n.º 1
0
 def status_str(self):
     return get_choice_name(self.status, self.STATUS_CHOICES)
Exemplo n.º 2
0
 def type_str(self):
     return get_choice_name(self.ad_type, self.TYPE_CHOICES)