From: Mike Bayer Date: Sat, 7 Nov 2015 19:24:12 +0000 (-0500) Subject: - fix broken link to loader behavior X-Git-Tag: rel_1_1_0b1~84^2~70^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d54e3819f34e5f886b8d85f5525b83abdf8bc5a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - fix broken link to loader behavior --- diff --git a/doc/build/faq/sessions.rst b/doc/build/faq/sessions.rst index 2e4bdd4c8f..8a47db77a4 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? ------------------------------------