hah.  Thank you, that may not solve my problem, but it at least helps
me see why.  I'm guessing that one of the trunk to newforms merges
missed the raw_id_admin-elimination code.  I'm afraid I'm not yet
expert enough to do such a merge myself...

Scotch for me, please.

On Feb 7, 9:56 pm, "Honza Král" <[EMAIL PROTECTED]> wrote:
> On 2/8/07, Mae <[EMAIL PROTECTED]> wrote:
>
>
>
> > I don't have any raw_id_admins in my code... :(
>
> yeah, I am sorry, I jumped to the wrong conclusion (note to self, do
> not post after having more beers)...
>
> the problem seems to ( grep -r raw_id_admin django_src_dir ) be in
> django/contrib/admin/templatetags/admin_modify.py
>
> specificaly FieldWrapper class refers to raw_id_admin on a related
> field, which it probably shouldn't...
>
> but its only a guess...
>
>
>
>
>
> > On Feb 7, 9:51 pm, "Honza Kr?l" <[EMAIL PROTECTED]> wrote:
> > > On 2/8/07, Mae <[EMAIL PROTECTED]> wrote:
>
> > > > So, I have a model that's set up exactly like the docs on Many-To-Many
> > > > relationships with intermediary tables describe here (http://
> > > >www.djangoproject.com/documentation/models/m2m_intermediary/).
>
> > > > Using the most recent django-newforms branch, when I try to add an
> > > > Article in admin, I get this error ""'ManyToOneRel' object has no
> > > > attribute 'raw_id_admin'"".  When I load the django trunk branch,
> > > > everything is fine.  Does anyone know how to fix this?
>
> > > how about you remove the raw_id_admin parameter from your code since
> > > that has been removed?
>
> > > that should help...
>
> > > > I do realize that the newforms branch is under heavy development, and
> > > > I certainly don't mean to complain.  I just really like what newforms
> > > > can offer me, and I'm looking for any and all tips on how to make them
> > > > work for my project.
>
> > > > Thanks,
> > > > Mae
>
> > > --
> > > Honza Kr?l
> > > E-Mail: [EMAIL PROTECTED]
> > > ICQ#:   107471613
> > > Phone:  +420 606 678585
>
> --
> Honza Kr?l
> E-Mail: [EMAIL PROTECTED]
> ICQ#:   107471613
> Phone:  +420 606 678585


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

Reply via email to