You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a dupe, but I noticed when using the deep_iterable validator the member_validator param expects a callable, whereas in other cases it is possible to pass in a list of validators that would be applied in order (equivalent to and_)
Was this behavior intentional for some reason ?
If not, would it be possible to update the deep_iterable to take in a list of validators ?
Hope to hear back soon! Thanks
The text was updated successfully, but these errors were encountered:
vedantpuri
changed the title
Multiple Validators in an Iterable Field
Multiple Validators within a deep_iterable validator
Mar 1, 2022
vedantpuri
changed the title
Multiple Validators within a deep_iterable validator
Passing multiple Validators to a the member_validator param of the deep_iterable validator
Mar 1, 2022
vedantpuri
changed the title
Passing multiple Validators to a the member_validator param of the deep_iterable validator
Passing multiple Validators to the member_validator param of the deep_iterable validator
Mar 1, 2022
This could be a dupe, but I noticed when using the
deep_iterable
validator themember_validator
param expects a callable, whereas in other cases it is possible to pass in a list of validators that would be applied in order (equivalent toand_
)Was this behavior intentional for some reason ?
If not, would it be possible to update the
deep_iterable
to take in a list of validators ?Hope to hear back soon! Thanks
The text was updated successfully, but these errors were encountered: