Ejemplo n.º 1
0
 def __str__(self):
     return xstr(self.pre_name) + ' ' + xstr(self.name) + ' ' + xstr(
         self.address_line_1)
Ejemplo n.º 2
0
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(
         self.addressline1)
Ejemplo n.º 3
0
 def __str__(self):
     return xstr(self.description) + ' ' + xstr(self.date_due)
Ejemplo n.º 4
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
Ejemplo n.º 5
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
Ejemplo n.º 6
0
 def __str__(self):
     return xstr(self.phone)
Ejemplo n.º 7
0
 def __str__(self):
     return xstr(self.email)
Ejemplo n.º 8
0
 def __str__(self):
     return xstr(self.prename) + ' ' + xstr(self.name) + ' ' + xstr(self.addressline1)
Ejemplo n.º 9
0
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.prename)
Ejemplo n.º 10
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.title.__str__())
Ejemplo n.º 11
0
 def __str__(self):
     return xstr(self.id) + ' ' + xstr(self.user.__str__())
Ejemplo n.º 12
0
 def __str__(self):
     return xstr(self.email)
Ejemplo n.º 13
0
 def __str__(self):
     return xstr(self.phone)
Ejemplo n.º 14
0
 def __str__(self):
     return xstr(self.name) + ' ' + xstr(self.prename)