mirror of
https://github.com/django/django.git
synced 2025-10-09 14:59:24 +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