From 015e804c4889cac8a0423168ec7036fb5f42fea0 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 16 Dec 2013 14:35:51 -0500 Subject: [PATCH] wrong method name --- lib/sqlalchemy/orm/relationships.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index c0004e742a..a4d1d43e3a 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. -- 2.47.3