summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-03-05 13:28:54 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-03-06 10:16:49 -0500
commitb78f4604658dc875221bda5a23423cb34742e428 (patch)
tree6e5c59ff608340146e6cc484e3ad57aa5cf7759e /doc
parent201c4a60e4b8af56d9c02a3675d1443ba4171c89 (diff)
downloadsqlalchemy-b78f4604658dc875221bda5a23423cb34742e428.tar.gz
Ensure association proxy works over synonym
Fixed regression where an association proxy linked to a synonym would no longer work, both at instance level and at class level. Fixes: #4522 Change-Id: I949079229ef87c12736c362df35444f6e30c8038
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_13/4522.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4522.rst b/doc/build/changelog/unreleased_13/4522.rst
new file mode 100644
index 000000000..cd0729600
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/4522.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, orm, ext
+ :tickets: 4522
+
+ Fixed regression where an association proxy linked to a synonym would no
+ longer work, both at instance level and at class level.