According to documentation (http://docs.djangoproject.com/en/dev/
topics/auth/), models.User contains:
first_name
Optional. 30 characters or fewer.
last_name
Optional. 30 characters or fewer.
email
Optional. E-mail address.
Are "first_name" & "last_name" limited to alphanumeric characters or
can they contain non-English characters like "ü" or non-European
characters like "黒"?
What characters are allowed in the "email" field? Again can it contain
non-English or non-European characters?
Anyone who have built non-English or non-European websites using
Django? What is your experience? Any pitfalls I need to be aware of?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.