Re: edit_inline on the other end of the OneToOneField

2006-03-31 Thread Michael Radziej
medhat schrieb: > Am I approaching this the correct way? or do I have to think about it > differently? I experienced the same problem during "playing around" with an idea, so I think you really hit a limitation. In the magic-removal branch, there will be subclassing a model class this way (sear

edit_inline on the other end of the OneToOneField

2006-03-30 Thread medhat
Hello, I used edit_inline with a OneToOneField and it worked. I am trying to extend the user model, but with multiple OneToOneField models. For example, I might have an Employee model that has a OneToOneField to User, and a Customer model with a OneToOneField to User. Now, if I add 'edit_inline'