You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin form with polymorphic inlines is not multipart when you use an ImageField or a FileField, which results in the files not being uploaded to the server.
This issue can be replicated by implementing the example from documentation with StackedPolymorphicInline for django admin and having FileField or ImageField in the polymorphic models.