Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[validator]-disable fixer #204

Closed
mononobi opened this issue Jul 16, 2021 · 1 comment
Closed

[validator]-disable fixer #204

mononobi opened this issue Jul 16, 2021 · 1 comment
Assignees
Labels
invalid This doesn't seem right wontfix This will not be worked on

Comments

@mononobi
Copy link
Owner

Add an option for validate methods to disable fixing value.
this should be used in validate_for_find and validate methods.
and also in all is_valid_* methods.

@mononobi mononobi added enhancement New feature or request basic feature Basic required features labels Jul 16, 2021
@mononobi mononobi self-assigned this Jul 16, 2021
@mononobi
Copy link
Owner Author

This is not required. actually it is completely ok now.
validate() method returns a dict of all validated values and should be used.
validate_field() also returns the validated value and should be used.
validate_dict() also changes input data in-place.

@mononobi mononobi added invalid This doesn't seem right wontfix This will not be worked on and removed basic feature Basic required features enhancement New feature or request labels Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant