1
0
mirror of https://github.com/django/django.git synced 2025-03-14 11:20:46 +00:00
Mariusz Felisiak 1c29ab24df [5.1.x] Simplified GeoIP2._query() when passing IPv4Address()/IPv6Address() instances.
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 0cabed9efa2c7abd1693860069f20ec5db41fcd8 from main.
2025-01-15 13:47:22 -03:00
..
2024-01-26 12:45:07 +01:00
2025-01-14 08:57:47 -03:00
2024-01-26 12:45:07 +01:00