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 > > <http://www.djangoproject.com/documentation/models/one_to_one/> I > > cannot get the Admin interface to work properly with these models. I > > either get errors or strange behavior. > > It'd be a great help if you gave details about which errors and > strange behavior you got. Without that, we can't help much. :) > > Adrian > > -- > Adrian Holovaty > holovaty.com | djangoproject.com | chicagocrime.org
Does this issue relate to this ticket? http://code.djangoproject.com/ticket/527 I can add this related object just fine from a Python interactive session and play around with them... they just don't work in the Admin. The other issue I have is that unders restaurants all places are listed... I would expect only places that are related to restaurants to appear. Just my 2c, Dado

