Brian Beck a écrit :
Ronald Jaramillo wrote:
Hi,
I'm aware of this problem, and yes CatWalk is the one to blame =(.
Are you sure about this? I'm not using CatWalk and I had this problem
from the tg-admin shell.
I've set up a recent version of pgsql and created a db with utf8
encoding - so I'm sure there's no problem with this.
Now it works just fine in the tg-admin shell - as long as I dont try to
pass unicode strings :-|
ie:
c1 = Category(title='ééé') # ok
c2 = Category(title=u'ééé') # oops, double encoding
CatWalk displays c1 without problem, but crashes (same error as usual)
on save. I think Ronald is right with this js encoding stuff.