On Jan 7, 9:22 am, frans <franshaar...@gmail.com> wrote: > 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 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 items in the changelist is to define a custom method which returns the list - eg ','.join([o.name for o in obj.related_set.all()]) Does that not work for you? -- DR.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.