django-polymorphic
django-polymorphic copied to clipboard
Filters are not preserved in polymorphic parent admin
Inheriting from PolymorphicParentModelAdmin class break the django admin "preserve filter" behavior. Removing the "get_preserved_filters" in polymorphic/admin/parentadmin.py solves the problem. Why is this override needed?