django-admin-searchable-dropdown
django-admin-searchable-dropdown copied to clipboard
feature request: filter by a relation field if its value is None
for example,
there is a list of Blogs, and each Blog has a ManyToMany field named tags.
It would be nice to filter the blog by its tag:
- has tagA
- has tagB
- has tagC
- has no tag at all