- fix broken link to loader behavior

(cherry picked from commit 2d54e3819f)
This commit is contained in:
Mike Bayer
2015-11-07 14:24:12 -05:00
parent d7ac4b59d3
commit befa053561
+1 -1
View File
@@ -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?
------------------------------------