예제 #1
0
 def clean_initial(self):
     """
     Validating the initial value.
     """
     return validate_initial_for_multiple_choices(self, 'choices',
                                                  'initial')
예제 #2
0
 def clean_initial(self):
     """
     Validating the initial value.
     """
     return validate_initial_for_multiple_choices(self, 'choices', 'initial')