django-polymorphic icon indicating copy to clipboard operation
django-polymorphic copied to clipboard

Filters are not preserved in polymorphic parent admin

Open faxioman opened this issue 7 years ago • 1 comments

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?

faxioman avatar Aug 04 '18 16:08 faxioman