summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-05-10 20:15:15 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-05-10 20:15:15 +0000
commit4f52073370ae2a563fdc3fe05d87ee1ea4ee901d (patch)
tree1f1b87086516abe7dbc5f4f5a6734aa929f0e00a /doc/build
parentbce61160a9aec321ea0af4a59d4b83ff93a0429f (diff)
parent189039b9d38343b482f1b077bbcf6f6ae99cbacd (diff)
downloadsqlalchemy-4f52073370ae2a563fdc3fe05d87ee1ea4ee901d.tar.gz
Merge "add full parameter types for ORM with_for_update" into main
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/unreleased_20/9762.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9762.rst b/doc/build/changelog/unreleased_20/9762.rst
new file mode 100644
index 000000000..9906bfb5f
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9762.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: bug, typing
+ :tickets: 9762
+
+ Fixed typing for the :paramref:`_orm.Session.get.with_for_update` parameter
+ of :meth:`_orm.Session.get` and :meth:`_orm.Session.refresh` (as well as
+ corresponding methods on :class:`_asyncio.AsyncSession`) to accept boolean
+ ``True`` and all other argument forms accepted by the parameter at runtime.