﻿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
3183	manage.py doesn't like international keyboard input	mark@…	Adrian Holovaty	"Using the ISO Spanish keyboard input on MacOS 10.4.3 w/Python 2.4, here's what happened:

{{{ 
You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (Leave blank to use 'xxxxx'): 
E-mail address: mark@xxxxx.com
Error: That e-mail address is invalid.
}}}

Changed the keyboard input to U.S:

{{{ 
E-mail address: mark@xxxxx.com
Password: 
Password (again): 
Superuser created successfully.
}}}"	defect	closed	Validators	dev	normal	worksforme	manage.py, validation		Unreviewed	0	0	0	0		
