Class ComboField
A Field whose clean() method calls multiple Field clean() methods.
Declaration
source linkDocumentation
Methods
▶ def __init__(self, fields, **kwargs) override ▶ def clean(self, value) override Validate the given value against all of self.fields, which is a list of Field instances.
Inherited methods