On Wed, Feb 11, 2009 at 8:22 AM, Joshua Russo <joshua.rupp...@gmail.com>wrote:
> > I'm developing an app and want to use Portuguese characters in the > verbose field names for my models. The tables were created fine but > when I tried to implement the admin pages I received a > DjangoUnicodeDecodeError when it hit the first non-ASCII character. Is > this just a bug with the admin page processing? What level of Django are you using? What's the traceback you get that goes with the error? What level of Python are you using? What does your model look like -- specifically does it have a __unicode__ method that returns unicode? Karen --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---