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]-revise string validator length message #156

Closed
mononobi opened this issue Oct 14, 2020 · 2 comments
Closed

[validator]-revise string validator length message #156

mononobi opened this issue Oct 14, 2020 · 2 comments
Assignees
Labels
basic feature Basic required features enhancement New feature or request

Comments

@mononobi
Copy link
Owner

mononobi commented Oct 14, 2020

revise error message for string validator on invalid length to mention the required min or max length on error.
also add data key into options in api exception handlers.
also add support for callable min and max values in range and min and max validator.
also add a method to those validators to get representation of value to be used for complex types like datetime ....
also add lazy=True as default in validation services.
on lazy validation do not add data if only one item is available in list. also revise lazy validation message.

@mononobi mononobi added enhancement New feature or request basic feature Basic required features labels Oct 14, 2020
@mononobi mononobi self-assigned this Oct 14, 2020
@mononobi
Copy link
Owner Author

mononobi commented Oct 18, 2020

all done.
only dynamic(callable) validators are left to be implemented.

@mononobi
Copy link
Owner Author

All done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic feature Basic required features enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant