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
Hello django-url-filter team.
My project has a rather confusing data structure and the requests are very long.
Example. I have posters and campaign models. If I want filter posters by campaign name, I need to write some like this:
Hello django-url-filter team.
My project has a rather confusing data structure and the requests are very long.
Example. I have posters and campaign models. If I want filter posters by campaign name, I need to write some like this:
But I would like to use the following query:
Can I use modelfilterset to do something like an association ?reference__design__campaign__name__in and ?campaign__in
Thanks.
The text was updated successfully, but these errors were encountered: