mirror of
https://github.com/django/django.git
synced 2025-11-27 05:52:41 +00:00
validate_ipv4_address() was affected only on Python < 3.9.5, see [1]. URLValidator() uses a regular expressions and it was affected on all Python versions. [1] https://bugs.python.org/issue36384 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| invalid_urls.txt | ||
| tests.py | ||
| valid_urls.txt | ||