]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
wrong method name
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 19:35:51 +0000 (14:35 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Dec 2013 19:35:51 +0000 (14:35 -0500)
lib/sqlalchemy/orm/relationships.py

index c0004e742ac5e01288fe15e9aa257a043380b022..a4d1d43e3a94a2a384e035734a85fcd6f314d5a9 100644 (file)
@@ -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.