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
Add (Pending?)DeprecationWarning MultipleIDMixin which does not comply with the JSON:API specification for filtering. If you want to get a collection based on a list of IDs, use ?filter[id.in]=id1,id2,...idN with the DjangoFilterBackend filter.