Re: OneToOneField('self') problem

2008-07-03 Thread Malcolm Tredinnick
On Thu, 2008-07-03 at 05:55 -0700, Aldo wrote: [...] > I have several problems on the admin site with this model : > -I cannot change 'married_to' field after object creation. Pretty much no work has been done on OneToOneField handling in existing (trunk) admin, since it's not worth it with

OneToOneField('self') problem

2008-07-03 Thread Aldo
Hello, I have successfully used OneToOne relationships for inheritance, this is pretty well documented on the official doc and the result on admin site is very elegant. But I cannot use OneToOne field on another simple case : the marriage case. The goal is to link 2 objects of the same type