Re: Auto-escaping patch, missed one widget

2007-11-20 Thread Alberto Piai
On Nov 20, 12:42 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-11-19 at 10:29 -0800, Alberto Piai wrote: > > Hello Malcolm, > > > SelectDateWidget from newform extras stopped working after > > autoescaping was introduced in r6671. Here is the tiny patch to fix > > it. > > Pleas

Re: Auto-escaping patch, missed one widget

2007-11-19 Thread Malcolm Tredinnick
On Mon, 2007-11-19 at 10:29 -0800, Alberto Piai wrote: > Hello Malcolm, > > SelectDateWidget from newform extras stopped working after > autoescaping was introduced in r6671. Here is the tiny patch to fix > it. Please file any patches in Trac so that they don't get forgotten. The patch looks fi

Auto-escaping patch, missed one widget

2007-11-19 Thread Alberto Piai
Hello Malcolm, SelectDateWidget from newform extras stopped working after autoescaping was introduced in r6671. Here is the tiny patch to fix it. Regards, and thanks for the great work. Alberto Index: django/newforms/extras/widgets.py ===