On Thu, Jun 26, 2008 at 12:09 PM, Alfonso <[EMAIL PROTECTED]> wrote: > > Just updated to latest svn checkout of Django and seeing this error > for the first time at root (across the entire site actually)?? > > TypeError: __init__() got an unexpected keyword argument > 'radio_admin'. > > Where did that come from? > > Help appreciated! >
Are you using newforms-admin? The radio_admin stuff was recently implemented there, meaning support for the old way of specifying radio_admin was removed (previously on newforms-admin it was just being ignored). If you are using trunk I'm confused how you could hit this, since I just verified that the old way of specifying radio_admin still works there (r7770). If you are using newforms-admin, see: http://code.djangoproject.com/wiki/NewformsAdminBranch for the new proper way to specify radio fields in admin. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---