summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/relationships.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/orm/relationships.py')
-rw-r--r--lib/sqlalchemy/orm/relationships.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py
index c0004e742..a4d1d43e3 100644
--- a/lib/sqlalchemy/orm/relationships.py
+++ b/lib/sqlalchemy/orm/relationships.py
@@ -465,7 +465,7 @@ class RelationshipProperty(StrategizedProperty):
.. seealso::
- :meth:`.Session.load_on_pending` - this method establishes
+ :meth:`.Session.enable_relationship_loading` - this method establishes
"load on pending" behavior for the whole object, and also allows
loading on objects that remain transient or detached.