diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2019-03-06 16:38:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2019-03-06 16:38:49 +0000 |
| commit | 2160b7e65220cebf2a6d8a026b6b4fd4c5d9163f (patch) | |
| tree | 0cdb106a949bacc87b40ef2ef898f03575b0386e /doc | |
| parent | db212bcf49f3fb8a00302cc64bde8f31f8f6e604 (diff) | |
| parent | b78f4604658dc875221bda5a23423cb34742e428 (diff) | |
| download | sqlalchemy-2160b7e65220cebf2a6d8a026b6b4fd4c5d9163f.tar.gz | |
Merge "Ensure association proxy works over synonym"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_13/4522.rst | 6 |
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. |
