more eager loading detail in ORM tutorial

Issue #1229 resolved
Mike Bayer repo owner created an issue

under "Working with Related Objects", take the "eager loading" blurb and make a new section for it "Automatic Eager Loading". put the eagerload() option there, then add another section "Manual Eager Loading" with a basic example of query.join(xx).options(contains_eager(...)). Make sure it links to the more detailed section on contains_eager() in the mapping docs. both eagerload() and contains_eager() should now be considered as equals as there is an appropriateness to each one.

Comments (3)

  1. Log in to comment