thomst / django-more-admin-filters

Django-more-admin-filters is a collection of django admin filters with a focus on filters using dropdown widgets, multiple choice filters and filters working with annotated attributes.
BSD 3-Clause "New" or "Revised" License
98 stars 26 forks source link

negating MultiSelectRelatedOnlyFilter #28

Open lsmith77 opened 4 months ago

lsmith77 commented 4 months ago

is there a way to negate the filter? ie. find anything that doesn't have a relation to the selected item?