mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-29 03:54:43 -04:00
- fix broken link to loader behavior
(cherry picked from commit 2d54e3819f)
This commit is contained in:
Vendored
+1
-1
@@ -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?
|
||||
------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user