Hi all,

I've used the following field in a model:

name = models.CharField(maxlength=10)

When I type "abcdefghij", it goes ok.

When I type accents, (eg.: "áéíóúáéíóú"), I get an error.

The field in the admin accepts the 10 accented characters, but seems
that Django (or database) doesn't.

But this shouldn't result in an error. Maybe it should generate an
warning, or automatically crop, the characters...

Best regards.
Enrico


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to