Re: newforms: Choices don't accept unicode values

2007-01-09 Thread jfroehlich
Adrian Holovaty wrote: > Hi Johannes, > > Could you update your code to at least revision 4296? I believe I've > fixed the problem. Thanks again for reporting it. Hi Adrian Thanks for this quick response and fix. I keep up to date on trunk since I'm really interested in the development there. T

Re: newforms: Choices don't accept unicode values

2007-01-08 Thread Adrian Holovaty
On 1/7/07, jfroehlich <[EMAIL PROTECTED]> wrote: Hi, not sure but i think there is a bug in a fields choices with python 2.3 When i do something like http://dpaste.com/hold/4454/ i get an UnicodeDecodeError when rendering the form to html. A friend of mine tested it with python 2.4 without a pr

Re: newforms: Choices don't accept unicode values

2007-01-07 Thread Adrian Holovaty
On 1/7/07, jfroehlich <[EMAIL PROTECTED]> wrote: Hi, not sure but i think there is a bug in a fields choices with python 2.3 When i do something like http://dpaste.com/hold/4454/ i get an UnicodeDecodeError when rendering the form to html. A friend of mine tested it with python 2.4 without a pr

newforms: Choices don't accept unicode values

2007-01-07 Thread jfroehlich
Hi, not sure but i think there is a bug in a fields choices with python 2.3 When i do something like http://dpaste.com/hold/4454/ i get an UnicodeDecodeError when rendering the form to html. A friend of mine tested it with python 2.4 without a problem. -johannes --~--~-~--~~--