Re: Auto-escaping patch, missed one widget
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 i
Auto-escaping patch, missed one widget
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 ===