-
Notifications
You must be signed in to change notification settings - Fork 90
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
M2M and all_columns #728
Comments
The same happens when selecting a ReverseLookup field (from #599) in a M2M Query (or vice versa) |
I think This should work: Band.genres(*Genre.all_columns(), as_list=True) It just needs a small tweak here: piccolo/piccolo/columns/m2m.py Lines 410 to 412 in d5123e9
To do something like this: piccolo/piccolo/query/mixins.py Lines 443 to 448 in d5123e9
|
When using
all_columns()
in a M2M Select like this:I get:
The text was updated successfully, but these errors were encountered: