Is it possible for a model with many to many relation to a polymorphic model to display stacked inline forms (depending on the type of the child model) ?
Using the example from the django-polymorphic
docs i'm trying to make the list of ModelA
models to display as admin.StackedInline
in the RelatingModel
admin page, each with it's specific form.