Re: Problem using RadioSelect with newforms-admin

2007-07-12 Thread Russell Keith-Magee
On 7/10/07, leif strickland <[EMAIL PROTECTED]> wrote: > > As you can see, the template is expecting a unicode object, but the > RadioSelect widget returns a RadioFieldRenderer object. > > I was able to get around this problem by subclassing RadioSelect and > adding to its render method: I'm not

Re: Problem using RadioSelect with newforms-admin

2007-07-11 Thread Russell Keith-Magee
On 7/12/07, leif strickland <[EMAIL PROTECTED]> wrote: > > Anyone? I've seen at least two threads related to this subject; I know > I'm not the only one wondering. Apologies for not getting back to you on this - I've been meaning to take a look at the problem you are reporting, but I keep gettin

Re: Problem using RadioSelect with newforms-admin

2007-07-11 Thread leif strickland
Anyone? I've seen at least two threads related to this subject; I know I'm not the only one wondering. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Problem using RadioSelect with newforms-admin

2007-07-09 Thread leif strickland
Hi there, I encountered what seems to be a bug in newforms-admin. Before I open a ticket, I want to be sure it is indeed a bug. (I'm new to Django, so thanks for being patient.) When using RadioSelect as the custom widget for a DB field in newforms- admin, I get the following error: -=-=-=-=-=-