summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-03-30 12:44:49 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-03-30 12:44:49 -0400
commitb452f989da49761c5174b299024fea3e13a05221 (patch)
tree8aa3c31faf55e456939a167391ab8b2f17cebc75 /doc
parent72d2ec57928bdf5649c551bdaa87b7fb0943c2fe (diff)
downloadsqlalchemy-b452f989da49761c5174b299024fea3e13a05221.tar.gz
assign correct typing to deferred(), query_property()
Fixed typing for :func:`_orm.deferred` and :func:`_orm.query_expression` to work correctly with 2.0 style mappings. Fixes: #9536 Change-Id: Idb88c0a11b7896093234b3cc31595f64b552cba0
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9536.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9536.rst b/doc/build/changelog/unreleased_20/9536.rst
new file mode 100644
index 000000000..0e807c73a
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9536.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, typing
+ :tickets: 9536
+
+ Fixed typing for :func:`_orm.deferred` and :func:`_orm.query_expression`
+ to work correctly with 2.0 style mappings.