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 > of model1 and I don't want to see model2 or model3 links to the change > list in my index page. > I'd like to manage model2 in the same page of model1 and model3 in > another page. > How can I do it?
The admin interface doesn't provide multi-page editing or change forms. It provides a simple link to a single page for editing a model (possibly with inline to other models). You could write customised extensions to the admin class and its views to handle this, but it's going to require looking at the admin code and doing a bit of thinking. It's purely extension territory, not part of the built-in use-case. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---