Re: Problems with Admin interface and one-to-one rels

2005-11-01 Thread Dado
Adrian Holovaty wrote: > On 10/30/05, Dado <[EMAIL PROTECTED]> wrote: > > When I added the admin interface via "class META: admin = meta.Admin()" > > to the models as described in > > I > > cannot get the Admin interface to work prop

Re: Problems with Admin interface and one-to-one rels

2005-10-31 Thread Dado
There are too many to list them all, it seems to me that one-to-one rels are broken in the admin. Anyway, as an example, and starting with a fresh database, I go to the admin and start adding a restaurant. I press the "plus" image by the ID field to add the corresponding place, a popup appears, I

Re: Problems with Admin interface and one-to-one rels

2005-10-31 Thread Adrian Holovaty
On 10/30/05, Dado <[EMAIL PROTECTED]> wrote: > When I added the admin interface via "class META: admin = meta.Admin()" > to the models as described in > I > cannot get the Admin interface to work properly with these models. I > either