Thanks for the ideas, but those projects are more for arbitrary relationships. I'm thinking about just extending the basic functionality of the admin site like in this image:
http://i53.tinypic.com/16h10m0.png On Feb 18, 2:03 am, Derek <[email protected]> wrote: > On Feb 16, 7:22 pm, Alec <[email protected]> wrote: > > > Hi, > > > I'm wondering if there are any add-ons that show a list of children > > and give the ability to click through to parent or children records. > > I'm aware of the InlineAdmin feature, but I'm thinking of a non- > > editable list of children for all relations that automatically (i.e. > > no need to edit admin.py for each model) appears below the record you > > are currently editing. For lookup/parent fields, where there is > > currently the drop down to select the parent, you would also be able > > to click the name to go directly to that parent record. > > > Any ideas? Google didn't find me anything yet. > > Closest I could find was this > question:http://stackoverflow.com/questions/4334302/django-best-way-for-simple... > > Maybe this is something that could be done in a Django app. A > potential problem is that apps tend to shy away from having/using > templates; but I guess if this was based on standard Admin code, then > it could be do-able? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

