From: Mike Bayer Date: Mon, 16 Dec 2013 19:35:51 +0000 (-0500) Subject: wrong method name X-Git-Tag: rel_0_9_0~31^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=015e804c4889cac8a0423168ec7036fb5f42fea0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git wrong method name --- 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.