Пример #1
0
 def clean_office_landmark(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self, 'office_landmark', 'Invalid Address Information')
Пример #2
0
 def clean_mess_area(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self, 'mess_area', 'Invalid Address Information')
Пример #3
0
 def clean_home_place(self):
     from utils.formutils import _clean_address_attribute
     return _clean_address_attribute(self,'home_place', 'Invalid Address Information')