From: Mike Bayer Date: Mon, 16 Dec 2013 19:36:30 +0000 (-0500) Subject: wrong method name... X-Git-Tag: rel_0_8_5~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329aefb11eb6318eb336c3e550cbea7da903a50e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git wrong method name... --- diff --git a/lib/sqlalchemy/orm/__init__.py b/lib/sqlalchemy/orm/__init__.py index 9677e55c61..02dd788777 100644 --- a/lib/sqlalchemy/orm/__init__.py +++ b/lib/sqlalchemy/orm/__init__.py @@ -519,7 +519,7 @@ def relationship(argument, secondary=None, **kwargs): .. 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.