diff options
Diffstat (limited to 'doc/build/changelog/unreleased_14/9590.rst')
-rw-r--r-- | doc/build/changelog/unreleased_14/9590.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/9590.rst b/doc/build/changelog/unreleased_14/9590.rst new file mode 100644 index 000000000..472cfc70e --- /dev/null +++ b/doc/build/changelog/unreleased_14/9590.rst @@ -0,0 +1,10 @@ +.. change:: + :tags: bug, orm + :tickets: 9590 + :versions: 2.0.9 + + Fixed endless loop which could occur when using "relationship to aliased + class" feature and also indicating a recursive eager loader such as + ``lazy="selectinload"`` in the loader, in combination with another eager + loader on the opposite side. The check for cycles has been fixed to include + aliased class relationships. |