app/soc/logic/cleaning.py
changeset 2073 6eb9b4652c80
parent 2029 1f276091b42a
child 2115 fafd021def7e
equal deleted inserted replaced
2072:eb4565a8e5b4 2073:6eb9b4652c80
   602     -The mentor link_id does not match the mentors for the active organization
   602     -The mentor link_id does not match the mentors for the active organization
   603     -The student link_id does not match a student in the org's Program
   603     -The student link_id does not match a student in the org's Program
   604   """
   604   """
   605 
   605 
   606   def wrapper(self):
   606   def wrapper(self):
   607 
   607     """Decorator wrapper method.
       
   608     """
   608     from soc.logic.models.mentor import logic as mentor_logic
   609     from soc.logic.models.mentor import logic as mentor_logic
   609     from soc.logic.models.organization import logic as org_logic
   610     from soc.logic.models.organization import logic as org_logic
   610     from soc.logic.models.student import logic as student_logic
   611     from soc.logic.models.student import logic as student_logic
   611 
   612 
   612     cleaned_data = self.cleaned_data
   613     cleaned_data = self.cleaned_data