Object Models and Relational Joins -- Endless Confusion
Check out this list of questions from Stack Overflow: [Django] join.
These are all folks trying to do joins or outer joins even though they have objects fetched through the ORM.
How does this confusion arise? Easy. Folks work with SQL as if the relational world-view is Important and Universal …
more ...