django-admin-searchable-dropdown icon indicating copy to clipboard operation
django-admin-searchable-dropdown copied to clipboard

feature request: filter by a relation field if its value is None

Open duwangthefirst opened this issue 2 years ago • 0 comments

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

duwangthefirst avatar Nov 03 '22 08:11 duwangthefirst