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
DRF changed how search=... filtering works in patch version 3.6.4, breaking backward compatibility forever. As such we need to change how we handle filtering specifically for tags, which can have multiple "matches" on a single field, something that is no longer possible.
DRF changed how search=... filtering works in patch version 3.6.4, breaking backward compatibility forever. As such we need to change how we handle filtering specifically for tags, which can have multiple "matches" on a single field, something that is no longer possible.
See encode/django-rest-framework#7094 for more details.
The text was updated successfully, but these errors were encountered: