﻿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
20694	Non-ascii unicode characters considered invalid in username	akhayyat@…	nobody	"In the admin's user change form, entering a new username with non-ascii unicode characters, e.g. é or ع, and saving the form results in an ""Enter a valid username"" error message.

The model field accepts such usernames programmatically, but editing a form with such a username prevents saving it unless the username is changed to remove all non-ascii characters.

This pull request fixes the problem, and allows saving the form with non-ascii unicode characters in the username field:

https://github.com/django/django/pull/1322"	Uncategorized	closed	contrib.auth	1.5	Normal	wontfix		hirokiky@…	Unreviewed	1	1	1	0	0	0
