Adding validator_kwargs to FieldAttribute so that fields can be the validator function can take in multiple params besides just the field value itself. This allows validation on multiple arguments, or allows passing in extraneous metadata required for the vaildator function.
Adding
validator_kwargs
toFieldAttribute
so that fields can be the validator function can take in multiple params besides just the field value itself. This allows validation on multiple arguments, or allows passing in extraneous metadata required for the vaildator function.Also bumping to 1.4.5.
Relevant use case for another project.
Will create a separate PR for adding documentation to the
gh-pages
branch after this PR.