8000 fix: Max length validation on HexValidator by abhiabhi94 · Pull Request #1669 · django-extensions/django-extensions · GitHub
[go: up one dir, main page]

Skip to content

fix: Max length validation on HexValidator #1669

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

Merged
merged 3 commits into from
Jun 11, 2022

Conversation

abhiabhi94
Copy link
Contributor
@abhiabhi94 abhiabhi94 commented Jun 15, 2021
  • also add tests for this validator.
  • fix a bug on the __eq__ function that would be caused due to the absence of a default error message.

fix builds for mypy.

  • since mypy > 0.900 no longer ships with third-party types, add the requirements to the mypy tox environment.

fixes #1668

- also add tests for this validator.
- fix a bug on the equality function that would be caused due to the absence of a default error message.
- since mypy > 0.900 doesn't ship with third-party dependencies, add them to the tox mypy environment.
@camilonova camilonova merged commit cfd2220 into django-extensions:main Jun 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HexValidator bug in max_length ?
2 participants
0