From: Federico Caselli Date: Wed, 2 Dec 2020 21:09:59 +0000 (+0100) Subject: Fix documentation link in query with_for_update X-Git-Tag: rel_1_3_21~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e70eb9a23a8fd8f0e2f4c82f8cbf5b3a97c72b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix documentation link in query with_for_update Change-Id: I4e9a97905d42686c911da81a25f023519328a8a3 (cherry picked from commit 80050b8a19a324e84fbf6b3f81e82f377305b044) --- diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py index e7115dd317..7a9f99c86c 100644 --- a/lib/sqlalchemy/orm/query.py +++ b/lib/sqlalchemy/orm/query.py @@ -1782,7 +1782,7 @@ class Query(object): ``FOR UPDATE`` clause. The behavior of this method is identical to that of - :meth:`_expression.SelectBase.with_for_update`. + :meth:`_expression.GenerativeSelect.with_for_update`. When called with no arguments, the resulting ``SELECT`` statement will have a ``FOR UPDATE`` clause appended. When additional arguments are specified, backend-specific