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