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
Just got bitten by a bug where I was using FILTER_BACKEND in the settings, which didn't raise a warning/notice when upgrading to DRF 3.0. After changing the field to DEFAULT_FILTER_BACKENDS and converting to a tuple/list, it worked fine. While the upgrade path was rather easy, a heads-up would've been helpful.
This was placed on the deprecation path in 2.3, in favor of the more flexible
filter_backends
.It will move from "pending deprecation" to "deprecated" in 2.4.
It needs to be removed in 3.0.
The text was updated successfully, but these errors were encountered: