|
|
def __init__(self, choices, annotate, annotate_field, *args, **kwargs):
|
|
def __init__(self, choices, annotate, annotate_field, *args, **kwargs):
|
|
|
super(AnnotatedMultipleChoiceField, self).__init__(choices=self.annotate_choices, *args, **kwargs)
|
|
super(AnnotatedMultipleChoiceField, self).__init__(choices=self.annotate_choices, *args, **kwargs)
|