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

Improved admin registration filtering #120

Open
matthijskooijman opened this issue Aug 17, 2022 · 1 comment
Open

Improved admin registration filtering #120

matthijskooijman opened this issue Aug 17, 2022 · 1 comment

Comments

@matthijskooijman
Copy link
Member

Currently, I'm missing two relevant features in the django admin for registrations:

  • Filtering on multiple values (e.g. registrations for two events, or for multiple statuses). This is possible by changing the url (using foo__in=1,2), but not internactively.
  • Filtering (and also displying) on event options. This is a bit tricky when registrations from multiple events are displayed, but once you select an event, this should be possible...

Maybe some of these help (from https://stackoverflow.com/a/69924979/740048):

@matthijskooijman
Copy link
Member Author

Filtering (and also displying) on event options. This is a bit tricky when registrations from multiple events are displayed, but once you select an event, this should be possible...

This was implemented in 7a2416b

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

No branches or pull requests

1 participant