diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-16 14:36:30 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-16 14:36:30 -0500 |
| commit | 329aefb11eb6318eb336c3e550cbea7da903a50e (patch) | |
| tree | 9aad516eaedbc329188904c4872adc09eec8d4d1 /lib/sqlalchemy | |
| parent | 296f648e39e1fd05f028f156b9817d2de35217e3 (diff) | |
| download | sqlalchemy-329aefb11eb6318eb336c3e550cbea7da903a50e.tar.gz | |
wrong method name...
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/orm/__init__.py | 2 |
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. |
