On Feb 16, 7:22 pm, Alec <aclo...@gmail.com> 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-hierarchy 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 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.