diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-07 14:24:12 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-07 14:24:12 -0500 |
commit | 2d54e3819f34e5f886b8d85f5525b83abdf8bc5a (patch) | |
tree | d1c69bf339ccc597830b537c431dc5aeaa4df4ac | |
parent | 07a199d929aa920b5b2b5d8b2d7008626a731f1f (diff) | |
download | sqlalchemy-2d54e3819f34e5f886b8d85f5525b83abdf8bc5a.tar.gz |
- fix broken link to loader behavior
-rw-r--r-- | doc/build/faq/sessions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/faq/sessions.rst b/doc/build/faq/sessions.rst index 2e4bdd4c8..8a47db77a 100644 --- a/doc/build/faq/sessions.rst +++ b/doc/build/faq/sessions.rst @@ -268,7 +268,7 @@ The joins generated by joined eager loading are only used to fully load related collections, and are designed to have no impact on the primary results of the query. Since they are anonymously aliased, they cannot be referenced directly. -For detail on this beahvior, see :doc:`orm/loading`. +For detail on this beahvior, see :ref:`zen_of_eager_loading`. Query has no ``__len__()``, why not? ------------------------------------ |