Opened 18 years ago
Closed 18 years ago
#3183 closed defect (worksforme)
manage.py doesn't like international keyboard input
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Validators | Version: | dev |
Severity: | normal | Keywords: | manage.py, validation |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | UI/UX: |
Description
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.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I don't believe this. I use manage.py with my German keyboard layout and see no complaints.
Furthermore, manage.py does not check which keyboard layout you use. Really.
Note:
See TracTickets
for help on using tickets.
Milestone Version 1.1 deleted