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

Add compat util for DecimalValidator #3568

Merged
merged 2 commits into from
Oct 30, 2015

Conversation

jpadilla
Copy link
Member

DecimalValidator was introduced in Django 1.9.

Resolves #3562

@jpadilla jpadilla added the Bug label Oct 29, 2015
@jpadilla jpadilla added this to the 3.3.1 Release milestone Oct 29, 2015
@xordoquy
Copy link
Collaborator

What annoys me the most here is that this part doesn't seem to be covered by a test.
+1 on accepting it as it is and doing a bug fix release asap

@jpadilla
Copy link
Member Author

@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?

@xordoquy
Copy link
Collaborator

Would be nice to have I think.

@jpadilla
Copy link
Member Author

@xordoquy there added some tests that should have covered the problem.

xordoquy added a commit that referenced this pull request Oct 30, 2015
Add compat util for DecimalValidator
@xordoquy xordoquy merged commit ce491b3 into encode:master Oct 30, 2015
@xordoquy
Copy link
Collaborator

Nice job !

@tomchristie
Copy link
Member

👍

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

Successfully merging this pull request may close these issues.

3 participants