Re: list_display functionality for inlines ?

2010-01-12 Thread Marco Rogers
I'm trying to find a solution to this very same issue. At the very least, I think inlines should support custom callables. The inline I'm displaying is an intermediary table for a ManyToMany relationship. So I have a selector for the related object, but what I would like to do in the inline is

Re: list_display functionality for inlines ?

2010-01-07 Thread frans
, however, I think many people want > > this pony so its probably impossible to re-use the list_display > > functionality for inlines ? > > > It be very nice though. Hopefully someone could point me to some > > snippets or clue-bat me why its impossible/where I should start

Re: list_display functionality for inlines ?

2010-01-07 Thread Daniel Roseman
e the list_display > functionality for inlines ? > > It be very nice though. Hopefully someone could point me to some > snippets or clue-bat me why its impossible/where I should start > extending :) > > Thanks, > Frans How would you want this to work? The normal way to show related ite

list_display functionality for inlines ?

2010-01-07 Thread frans
Is this something which exists ? Looking at Tabular/Stacked Inline features I think not. So then, I assume I want a Pony , however, I think many people want this pony so its probably impossible to re-use the list_display functionality for inlines ? It be very nice though. Hopefully someone could