You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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...
Currently, I'm missing two relevant features in the django admin for registrations:
foo__in=1,2
), but not internactively.Maybe some of these help (from https://stackoverflow.com/a/69924979/740048):
The text was updated successfully, but these errors were encountered: