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

NumberRange can handle NaN values #548

Merged
merged 2 commits into from
Apr 20, 2020
Merged

Conversation

azmeuk
Copy link
Member

@azmeuk azmeuk commented Apr 17, 2020

This PR fixes #505.

@azmeuk azmeuk force-pushed the issue-505 branch 4 times, most recently from 0975e6d to cb50253 Compare April 18, 2020 11:30
@azmeuk azmeuk merged commit c834aa3 into pallets-eco:master Apr 20, 2020
azmeuk added a commit to azmeuk/wtforms that referenced this pull request Apr 20, 2020
ThiefMaster added a commit to indico/indico that referenced this pull request Aug 10, 2020
The NaN check from pallets-eco/wtforms#548 broke it because math.isnan()
does not like being called on a relativedelta object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

validators.NumberRange doesn't handle NaN
2 participants