summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2019-03-06 16:38:49 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2019-03-06 16:38:49 +0000
commit2160b7e65220cebf2a6d8a026b6b4fd4c5d9163f (patch)
tree0cdb106a949bacc87b40ef2ef898f03575b0386e /doc
parentdb212bcf49f3fb8a00302cc64bde8f31f8f6e604 (diff)
parentb78f4604658dc875221bda5a23423cb34742e428 (diff)
downloadsqlalchemy-2160b7e65220cebf2a6d8a026b6b4fd4c5d9163f.tar.gz
Merge "Ensure association proxy works over synonym"
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.