Re: UnicodeError with newforms.form_for_model()...

2007-05-25 Thread jedie
On 25 Mai, 01:03, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Thu, 2007-05-24 at 07:50 -0700, jedie wrote: > > I found a UnicodeError with newforms.form_for_model() and > > LANGUAGE_CODE = 'de': > > However, this is (a) a known bug and (b) fixed on the

Re: UnicodeError with newforms.form_for_model()...

2007-05-24 Thread Malcolm Tredinnick
On Thu, 2007-05-24 at 07:50 -0700, jedie wrote: > I found a UnicodeError with newforms.form_for_model() and > LANGUAGE_CODE = 'de': Thanks for the report. In future, please post bug reports to Trac, since they are just going to get lost in all the traffic on the mailing list.

UnicodeError with newforms.form_for_model()...

2007-05-24 Thread jedie
I found a UnicodeError with newforms.form_for_model() and LANGUAGE_CODE = 'de': Traceback (most recent call last): File "/home/jens/workspace/PyLucid0.8(django)/PyLucid/dev/ local_test2.py", line 29, in html_code = form.as_p() File "/home/jens/workspace/