mirror of
https://github.com/django/django.git
synced 2025-09-19 17:00:06 +00:00
Removed unused variable django.http.request.absolute_http_url_re
This commit is contained in:
parent
91e2780dfb
commit
80facd7a0f
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ from django.utils.six.moves.urllib.parse import parse_qsl, urlencode, quote, url
|
||||||
|
|
||||||
|
|
||||||
RAISE_ERROR = object()
|
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+)?$")
|
host_validation_re = re.compile(r"^([a-z0-9.-]+|\[[a-f0-9]*:[a-f0-9:]+\])(:\d+)?$")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue