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

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

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

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

Django Admin interface crashes with.

2009-11-12 Thread Rick Caudill
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