Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Validator] Add min and max in both error messages of LengthValidator #60805

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

Open
wants to merge 3 commits into
base: 7.4
Choose a base branch
from

Conversation

VincentLanglet
Copy link
Contributor

@VincentLanglet VincentLanglet commented Jun 16, 2025

Q A
Branch? 7.4
Bug fix? no
New feature? yes
Deprecations? no
Issues --
License MIT

This would allow to use the same message for a Length constraint which say
"The length needs to be between {{ min }} and {{ max }}".

@carsonbot carsonbot added this to the 7.4 milestone Jun 16, 2025
@OskarStark OskarStark changed the title [Validator] Add min and max in both error message of LengthValidator [Validator] Add min and max in both error messages of LengthValidator Jun 16, 2025
@VincentLanglet
Copy link
Contributor Author

The Tests on 8.2 high-deps are failing because this PR
fc7d413
changes the tests and the CI is trying to run on the branch 6.4
image

How do I solve this ?

@VincentLanglet
Copy link
Contributor Author

VincentLanglet commented Jun 19, 2025

Friendly ping @nicolas-grekas you might know how to solve the failure #60805 (comment)

Test are failing but I feel like I cannot fix them since it runs the 6.4 version and I'm on the 7.4 branch...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants