more flexibility #1473
oleg-korshunov
started this conversation in
Ideas
Replies: 1 comment
-
Also, I can start selecting from model_B, but the problem with excluding relationships doesn't go away |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I read the documentation and didn't understand how to solve the following problem:
I want to join model_A with model_B and get list [model_B], without other relationship, I want to see only fields from model_B
the problem is that I need to write a lot of fields in
exclude
, I need to add all fields from model_A and all relationships from model BIs there any way to specify fields select? not through an exclude. And after prefetch_related to select only fields
Beta Was this translation helpful? Give feedback.
All reactions