﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30875	Allow IDN domains	Moritz Schaffenroth	nobody	"You cannot run django with an IDN domain since the django requests are only validated for ascii domains.

See django/http/request.py


{{{
...
host_validation_re = re.compile(r""^([a-z0-9.-]+|\[[a-f0-9]*:[a-f0-9\.:]+\])(:\d+)?$"")
...
}}}

Currently 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.""
"	Bug	new	Uncategorized	2.2	Normal				Unreviewed	0	0	0	0	0	0
