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
I think: args=[instance.id] should be args=[instance.pk]. It worked for me!