Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Allow filtering by multiple choices at a time in django admin #348

Open
mrchrisadams opened this issue Dec 7, 2022 · 0 comments

Comments

@mrchrisadams
Copy link
Member

Right now, if you're a member of staff, you can filter the admin view based on a single filter at a time, as is normal with django.

However, you often want to filter by more than one at the same time - for example to return all hosting providers marked as 'needs-follow-up' AND 'no-user'.

The library below supports these kinds of queries:

https://github.com/ctxis/django-admin-multiple-choice-list-filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant