summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2019-03-25 19:09:58 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2019-03-25 19:09:58 +0000
commit47ee0e2e0f3db7c1e42a23c38e2d0b5ed5f0b91c (patch)
treed0fe5c3f33fe45dd846308815cdb5973de5c1357 /doc
parenta31da95e002e34d639daef27d972eb364a1ebd13 (diff)
parentda04aa577b6e539a6472df62ee39c4a51cca9dd9 (diff)
downloadsqlalchemy-47ee0e2e0f3db7c1e42a23c38e2d0b5ed5f0b91c.tar.gz
Merge "Fix boolean check in new path comparison logic"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_13/4566.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4566.rst b/doc/build/changelog/unreleased_13/4566.rst
new file mode 100644
index 000000000..3fb1a49e8
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/4566.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 4566
+
+ Fixed regression where a new error message that was supposed to raise when
+ attempting to link a relationship option to an AliasedClass without using
+ :meth:`.PropComparator.of_type` would instead raise an ``AttributeError``.
+ Note that in 1.3, it is no longer valid to create an option path from a
+ plain mapper relationship to an :class:`.AliasedClass` without using
+ :meth:`.PropComparator.of_type`.