﻿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
7334	URLField validator does not allow non-ASCII-Domains	anonymous	nobody	"Domains like http://www.müller.de/ are impossible to add in a URLField without writing direct punycode:
http://www.xn--mller-kva.de/ the validator fails.

Possible suspects:

django.core.validators:

{{{alnumurl_re = re.compile(r'^[-\w/]+$')}}}

{{{isAlphaNumericURL()}}}

"		closed	Validators	dev		fixed	punycode, url, validator		Design decision needed	0	0	0	0	0	0
