Open peterdesmet opened 5 years ago
Sometimes you want to check that certain values are not in a field, i.e. the opposite of allowed. Cerberus has the rule forbidden for this: http://docs.python-cerberus.org/en/stable/validation-rules.html#forbidden
forbidden
It would be nice if this could be implemented in whip too.
Sometimes you want to check that certain values are not in a field, i.e. the opposite of allowed. Cerberus has the rule
forbidden
for this: http://docs.python-cerberus.org/en/stable/validation-rules.html#forbiddenIt would be nice if this could be implemented in whip too.