Ejemplo n.º 1
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     if self.cleaned_data['course_id']:
         return clean_course_id(self)
Ejemplo n.º 2
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     return clean_course_id(self)
Ejemplo n.º 3
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     return clean_course_id(self)
Ejemplo n.º 4
0
 def clean_course_id(self):
     """
     Validate the course id
     """
     if self.cleaned_data['course_id']:
         return clean_course_id(self)