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

index 9677e55c61f841f6f2707acd7639e15b59075e3b..02dd788777ea686747674ed8835f41689149718a 100644 (file)
@@ -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.