-
|
So, I have the following models: I wanna filter by the topic field. I tried something like this but it didn't work. Any ideia of how to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
vdboor
Oct 1, 2015
Replies: 1 comment
-
|
This would suggest the filter won't be applied to the queryset of the m2m model. You may want to try something like this as a workaround: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bckohan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would suggest the filter won't be applied to the queryset of the m2m model.
You may want to try something like this as a workaround: