1
0
mirror of https://github.com/django/django.git synced 2025-03-23 07:40:44 +00:00
Nick Pope ee36c332b2 Simplified django.http.request.split_domain_port().
Use the capture groups from the regular expression that has already been
matched to avoid resplitting and the need to special case for IPv6.
2023-08-02 13:07:41 +02:00
..