From 2d54e3819f34e5f886b8d85f5525b83abdf8bc5a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 7 Nov 2015 14:24:12 -0500 Subject: [PATCH] - fix broken link to loader behavior --- doc/build/faq/sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? ------------------------------------ -- 2.47.2