-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add compat util for DecimalValidator #3568
Conversation
What annoys me the most here is that this part doesn't seem to be covered by a test. |
@xordoquy was just checking on that, we have some tests that did get close but since those DecimalField had no validators we didn't have that covered because of the list comprehension. Should I put together a regression test? |
Would be nice to have I think. |
@xordoquy there added some tests that should have covered the problem. |
Add compat util for DecimalValidator
Nice job ! |
👍 |
DecimalValidator was introduced in Django 1.9.
Resolves #3562