I have a standard admin change form for an object, with the usual StackedInline forms for a ForeignKey relationship. I would like to be able to link each inline item to its corr
Quentin's answer above works, but you also need to specify fields = ('admin_link',)