mirror of
https://github.com/django/django.git
synced 2025-03-13 02:40:47 +00:00
Removed unused variable django.http.request.absolute_http_url_re
This commit is contained in:
parent
91e2780dfb
commit
80facd7a0f
@ -22,7 +22,6 @@ from django.utils.six.moves.urllib.parse import parse_qsl, urlencode, quote, url
|
||||
|
||||
|
||||
RAISE_ERROR = object()
|
||||
absolute_http_url_re = re.compile(r"^https?://", re.I)
|
||||
host_validation_re = re.compile(r"^([a-z0-9.-]+|\[[a-f0-9]*:[a-f0-9:]+\])(:\d+)?$")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user