Re: dependency between forms

2009-01-13 Thread uber.ubiwanken...@gmail.com
Thank you Malcolm, it's not a problem to write customized extensions but I wanted to be sure that it's the only way to do it. Regards, Giorgio On Jan 13, 1:58 am, Malcolm Tredinnick wrote: > On Mon, 2009-01-12 at 02:48 -0800, uber.ubiwanken...@gmail.com wrote: > > Hi all, > > I have 3 models: m

Re: dependency between forms

2009-01-12 Thread Malcolm Tredinnick
On Mon, 2009-01-12 at 02:48 -0800, uber.ubiwanken...@gmail.com wrote: > Hi all, > I have 3 models: model1, model2, model3. > > model2 depends on model1 and model3 depends on model2 (depend means > that have a foreignkey) > > In the admin interface I don't want to include model3 in the same page

dependency between forms

2009-01-12 Thread uber.ubiwanken...@gmail.com
Hi all, I have 3 models: model1, model2, model3. model2 depends on model1 and model3 depends on model2 (depend means that have a foreignkey) In the admin interface I don't want to include model3 in the same page of model1 and I don't want to see model2 or model3 links to the change list in my in