-
Notifications
You must be signed in to change notification settings - Fork 121
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
Filtering relationships with dot notation #105
Comments
I may still be missing something, but as far as I can tell this isn't yet supported. I've extended the ModelFilter with this:
Essentially walking through the related models to discover the model in question. I'm not convinced this won't have side effects elsewhere, as I see there is something going on with Hopefully this helps! |
Ahhh, ya you are absolutely correct. Will have a patch coming shortly for this. |
I'm attempting to setup a relationship filter like this:
However, it's pushing this back:
Which makes sense, before I go any further, I just wanted to check that this wasn't supported and I'm not missing something simple?
The text was updated successfully, but these errors were encountered: