-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
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
Document and add test for SearchFilter m2m behavior #7351
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
would be great if you can revisit the issue. |
Having changed jobs years ago to a job that doesn't even involve Python, this is unlikely to happen. Not to mention that the original PR got ignored into oblivion, so clearly no one on the DRF team cared for over two years. Feel free to pick up the ball and run with it, but I won't be revisiting it ;) |
I'm new in the team. thanks for your old efforts. we will pass this to others. |
Refiled as issue from PR #7094
"A change to rest_framework's filters.py, introduced in #5264 and pushed out as part of v3.6.4, appears to have changed how searching with multiple filter conditions works when the fields involved are
ManyToMany
relations rather than plain model fields orForeignKey
relations."This PR got closed but then reopened to track outstanding work, which should really be an issue, so as per @rpkilby notes:
The text was updated successfully, but these errors were encountered: