Re: Django Admin interface crashes with.

2009-11-12 Thread Matt Schinckel
On Nov 13, 1:40 pm, Rick Caudill  wrote:
> I do have non-ascii data in my database.  That is allowed, right???

Yeah, in general. What appears to be happening here (and Karen is
right, we need more to go on), but data that is being loaded into a
DecimalField contains non-ascii data.

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=.




Re: Django Admin interface crashes with.

2009-11-12 Thread Karen Tracey
On Thu, Nov 12, 2009 at 10:40 PM, Rick Caudill  wrote:

> I do have non-ascii data in my database.  That is allowed, right???
>
>
Certainly.  Perhaps if you gave a few more clues someone could help.

What are you doing in the admin interface when the exception is raised?

If the activity is obviously tied to a particular model (adding, changing),
how is that model defined?  If you have specified any customized forms for
the admin for this model, they would be helpful to see also.

What is the full traceback that goes with the error?

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-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=.




Re: Django Admin interface crashes with.

2009-11-12 Thread Rick Caudill
I do have non-ascii data in my database.  That is allowed, right???



On Thu, Nov 12, 2009 at 6:55 PM, Matt Schinckel wrote:

> On Nov 13, 7:06 am, Rick Caudill  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'>)
> >
> > 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=.
>
>
>

--

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=.




Re: Django Admin interface crashes with.

2009-11-12 Thread Matt Schinckel
On Nov 13, 7:06 am, Rick Caudill  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'>)
>
> 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=.