Re: unicode error when adding a related object in admin inline

2009-09-09 Thread Miklós
Thanks, Karen. I was using gettext, and replacing it to ugettext indeed fixed the problem. On Sep 7, 7:06 pm, Karen Tracey wrote: > On Mon, Sep 7, 2009 at 12:53 PM, Miklos wrote: > > > Hi, > > > I have models with verbose names translated into Hungarian. The > > verbose names contain non-ascii

Re: unicode error when adding a related object in admin inline

2009-09-07 Thread Karen Tracey
On Mon, Sep 7, 2009 at 12:53 PM, Miklos wrote: > > Hi, > > I have models with verbose names translated into Hungarian. The > verbose names contain non-ascii characters. I have trouble adding, > editing, or deleting related objects through an admin inline. The > error I get is below. I can add, ed