On Nov 13, 7:06 am, Rick Caudill <cau0...@gmail.com> wrote: > Hi Everyone, > > This is my first time posting but I have been using Django for about a > year now and love it. I am having one problem that I can't solve > though and it is taking too long so I thought I would ask and see if > someone can help me. So I have a Admin interface that is crashing. > The error that I am getting is: > > DjangoUnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in > position 5: ordinal not in range(128). You passed in > <django.forms.forms.BoundField object at 0x7f1808284710> (<class > 'django.forms.forms.BoundField'>) > > Can anyone help with this????
It looks like you have a non-ascii character in your source file, or some data that is in your database. Matt. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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=.