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:
> 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 error now -
>
> AttributeError at /
> 'Manager'objecthasnoattribute'published'
>
> Which is linked to the basic-blog app.  Strange because code was
> working fine prior to newforms issue.
>
> I look forward to the day when I can confidently produe error free
> django apps!
>
> Thanks
>
> Allan
>
> On Jun 26, 8:38 pm, Brian Rosner <[EMAIL PROTECTED]> wrote:
>
> > 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 from newforms-admin to trunk.\
>
> > Brian Rosnerhttp://oebfare.com

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 error now -

AttributeError at /
'Manager' object has no attribute 'published'

Which is linked to the basic-blog app.  Strange because code was
working fine prior to newforms issue.

I look forward to the day when I can confidently produe error free
django apps!

Thanks

Allan


On Jun 26, 8:38 pm, Brian Rosner <[EMAIL PROTECTED]> wrote:
> 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 from newforms-admin to trunk.\
>
> Brian Rosnerhttp://oebfare.com
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 from newforms-admin to trunk.\

Brian Rosner
http://oebfare.com




--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



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 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
-~--~~~~--~~--~--~---



Unexpected Keyword Argument 'radio_admin'

2008-06-26 Thread Alfonso

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!

Alfonso

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---