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 > > <http://www.djangoproject.com/documentation/models/one_to_one/> I

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

2005-10-31 Thread Dado
aurant row is not inserted: "Got unexpected keyword argument place__pk". Hope this helps and thanx for your consideration, Dado

Problems with Admin interface and one-to-one rels

2005-10-30 Thread Dado
to work properly with these models. I either get errors or strange behavior. Am I missing something in the META class to make it work properly with these kind of models??? Dado

Problems with Admin interface

2005-10-30 Thread Dado
to work properly. I either get errors or strange behavior. Am I missing something in the META class to make it work properly??? Dado

Re: Model inheritance, Python subclass or one-to-one relationship?

2005-10-30 Thread Dado
what I have in mind using Django instead of TurboGears/Subway. Any idea when the CTI branch will be merged?!? And whether it will be there in 1.0?!? Having CTI (perhaps in addition to STI) would really make Django better than Rails. Dado

Schema Updates

2005-08-04 Thread Dado
Coming from the world of Plone/Archetypes, I was wondering about how does Django handles schema updates!?! Thanks in advance for your help and consideration, Edoardo "Dado" Marcora