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
...which when used with MultiSelectFieldListFilter looks like:
i think the labels from the fields in django-choices-field could be used if this lookup on self.field.choices could fall back to self.field.choices_enum.choices:
using bellini666/django-choices-field, i have an integer field defined like:
...which when used with
MultiSelectFieldListFilter
looks like:i think the labels from the fields in django-choices-field could be used if this lookup on
self.field.choices
could fall back toself.field.choices_enum.choices
:The text was updated successfully, but these errors were encountered: