summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-12-16 14:36:30 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-12-16 14:36:30 -0500
commit329aefb11eb6318eb336c3e550cbea7da903a50e (patch)
tree9aad516eaedbc329188904c4872adc09eec8d4d1 /lib/sqlalchemy
parent296f648e39e1fd05f028f156b9817d2de35217e3 (diff)
downloadsqlalchemy-329aefb11eb6318eb336c3e550cbea7da903a50e.tar.gz
wrong method name...
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/orm/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/__init__.py b/lib/sqlalchemy/orm/__init__.py
index 9677e55c6..02dd78877 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.