This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
validators
History
Akshat1Nar
b41d38ae26
Fixed
#32298
-- Fixed URLValidator hostname length validation.
...
URLValidator now validates the maximum length of a hostname without the userinfo and port.
2021-01-04 09:25:40 +01:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
invalid_urls.txt
Fixed
#31267
-- Added tests cases with empty username or password for URLValidator.
2020-02-13 08:32:20 +01:00
tests.py
Fixed typo in DecimalValidator tests.
2020-07-16 11:21:39 +02:00
valid_urls.txt
Fixed
#32298
-- Fixed URLValidator hostname length validation.
2021-01-04 09:25:40 +01:00