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

Re: Newforms-admin fieldsets

2007-07-11 Thread leif strickland
Hi Adrian, Thank you for the quick reply. I have opened a ticket; we'll see what happens. http://code.djangoproject.com/ticket/4848 Thank you for all of your hard work! I'm really enjoying getting to know Django. Cheers, Leif --~--~-~--~~~---~--~~ You receive

Newforms-admin fieldsets

2007-07-09 Thread leif strickland
Hi all, In newforms-admin, are there any plans to change the admin.options class so inline fields can be included in the main fields tuple? Seems like it would be a fairly easy addition, and it would certainly provide much more design flexibility than forcing all inline fields to display at the b

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: -=-=-=-=-=-