We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I updated my code base to use version 3.2.3 now my previously passing tests are now failing.
It seems to be related to Line: 105 in filters.py.
My view utilizes the module rest_framework.filters.SearchFilter; however the request that is failing is a PUT request without any search fields.
It seems that Commit b4b2dc removes the conditional preventing falsely search_fields from entering into the for loop.
Additional information can be provided upon request.
The text was updated successfully, but these errors were encountered:
@erj1 thanks for the report. At a glance it does seem like a valid issue. We should probably move L103-L106 after L109-L110.
Sorry, something went wrong.
I looks like that has already been done in the non-released master branch. Closing ticket.
@erj1 perfect, thanks! It was fixed in #3324
I don't know your release cycle so excuse my ignorance. But when could I expect this update to be released?
We'll likely make a release next week.
No branches or pull requests
I updated my code base to use version 3.2.3 now my previously passing tests are now failing.
It seems to be related to Line: 105 in filters.py.
My view utilizes the module rest_framework.filters.SearchFilter; however the request that is failing is a PUT request without any search fields.
It seems that Commit b4b2dc removes the conditional preventing falsely search_fields from entering into the for loop.
Additional information can be provided upon request.
The text was updated successfully, but these errors were encountered: