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