Changes between Initial Version and Version 1 of Ticket #30875


Ignore:
Timestamp:
Oct 12, 2019, 6:37:49 AM (5 years ago)
Author:
Moritz Schaffenroth
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30875 – Description

    initial v1  
    33See django/http/request.py
    44
     5
     6{{{
    57...
    68host_validation_re = re.compile(r"^([a-z0-9.-]+|\[[a-f0-9]*:[a-f0-9\.:]+\])(:\d+)?$")
    79...
     10}}}
    811
    912Currently when you run django on a IDN domain you get the following error message: "The domain name provided is not valid according to RFC 1034/1035."
Back to Top