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
I don't have anything planned in this area, the main challenge I think is choosing a syntax for this which is both convenient and flexible enough. Perhaps something like:
where the join method expects the join type, the model (or queryset?) to join with, and the conditions for joining (the ON expressions).
More thinking is needed to see if this is good enough for more complex cases, such as multiple joins in one query, or a table that is joined with itself.
Hi.
I don't see any way nowadays of joining tables in QuerySets. Is anything planned in this direction?
The text was updated successfully, but these errors were encountered: