django-polymorphic
django-polymorphic copied to clipboard
[Design/UI] Show Child model options in a modal when using StackedPolymorphicInline
When the Django admin is themed, the dropdown list is not easily accessible when using the PolymorphicInline. Is it possible to load the choice list via a modal form instead of a dropdown list ? It will ensure that the choices are always visible and respect any 3rd party theming.
