Methods

Attributes

Class: EqualTo

Validator to assert that a set of fields are equal to a specific value according to ==.

Methods

validate (self, subject)

Raise ValidationError if any of the specified values from subject is not equal to the reference value. Skip validation if any value from subject is missing or None.

Attributes

Value of

None