Re: ManyToOneRel error on newforms branch

2007-02-07 Thread Mae
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 K

Re: ManyToOneRel error on newforms branch

2007-02-07 Thread Honza Král
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/templatet

Re: ManyToOneRel error on newforms branch

2007-02-07 Thread Mae
I don't have any raw_id_admins in my code... :( 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://

Re: ManyToOneRel error on newforms branch

2007-02-07 Thread Honza Král
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, whe

ManyToOneRel error on newforms branch

2007-02-07 Thread Mae
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