forked from django-extensions/django-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Max length validation on HexValidator (django-extensions#1669)
* fix: Max length validation on HexValidator - 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. * fix: mypy builds - since mypy > 0.900 doesn't ship with third-party dependencies, add them to the tox mypy environment. Co-authored-by: Camilo Nova <camilo.nova@gmail.com>
1 parent
8292ffc
commit cfd2220
Showing
3 changed files
with
94 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters