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
When I use Many2many field in ListView that time it apply the filter only one selection. Multiselect does not work with autocomplete in ListView. Work fine with FormView.
The text was updated successfully, but these errors were encountered:
using this getting below error: 'ManyToManyDescriptor' object has no attribute 'get_queryset'
when I override get_queryset_for_field and use (model, '{}.through.{}'.format(name, self.throgh_field)).get_queryset()
then it filters only one selected record.
When I use Many2many field in ListView that time it apply the filter only one selection. Multiselect does not work with autocomplete in ListView. Work fine with FormView.
The text was updated successfully, but these errors were encountered: