mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
There is no need to call validate_ipv46_address() for
ipaddress.IPv4Address()/ipaddress.IPv6Address() instances since this
relies on trying to create these kind objects from strings, so they will
always be valid.
Backport of 0cabed9efa from main.