Re: Unexpected Keyword Argument 'radio_admin'

2008-08-19 Thread nek4life
I'm getting the same error, and I can't see when the manger isn't being imported... 'Manager' object has no attribute 'published' This is driving me crazy. Any Ideas, I had it working with Django 96.2 but not beta 1 version I'm running now. On Jun 26, 5:24 pm, Alfonso <[EMAIL PROTECTED]> wrote

Re: Unexpected Keyword Argument 'radio_admin'

2008-06-26 Thread Alfonso
Thanks Karen and Brian for your suggestions. Turned out a combination of the two (got to read those error messages more closely - cough) It was incorrect radio_admin syntax in the 'pluggable' basic blog app - http://code.google.com/p/django-basic-apps/, had to clear pyc's as well. Now got a new

Re: Unexpected Keyword Argument 'radio_admin'

2008-06-26 Thread Brian Rosner
On Jun 26, 2008, at 10:09 AM, Alfonso wrote: > > TypeError: __init__() got an unexpected keyword argument > 'radio_admin'. > > Where did that come from? Sounds like you may have some lingering .pyc files that might be causing this from newforms-admin if you have switched your copy of Django

Re: Unexpected Keyword Argument 'radio_admin'

2008-06-26 Thread Karen Tracey
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