Class TypedMultipleChoiceField
Declaration
source linkMethods
▶ def __init__(self, *, coerce=lambda val: val, **kwargs) override ▶ def clean(self, value) overrideinherited doc Validate the given value and return its "cleaned" value as an appropriate Python object. Raise ValidationError for any errors.
▶ def validate(self, value) overrideinherited doc Validate that the input is a list or tuple.