diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2023-05-04 12:53:40 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2023-05-04 12:53:40 +0000 |
| commit | aebdc7cfdfc3263c6f407cf5fbb388e0370e2bc3 (patch) | |
| tree | f0fb099aae778b4b1b90401762cdedb8f55c2f88 /doc | |
| parent | 228490ead7048f2e558c25b0f055bdb952272ec4 (diff) | |
| parent | e7e09649761cfb4afc242c541ab403258e75edd5 (diff) | |
| download | sqlalchemy-aebdc7cfdfc3263c6f407cf5fbb388e0370e2bc3.tar.gz | |
Merge "improve natural_path usage in two places" into main
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_20/9715.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9715.rst b/doc/build/changelog/unreleased_20/9715.rst new file mode 100644 index 000000000..107051b72 --- /dev/null +++ b/doc/build/changelog/unreleased_20/9715.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, orm + :tickets: 9715 + + Fixed loader strategy pathing issues where eager loaders such as + :func:`_orm.joinedload` / :func:`_orm.selectinload` would fail to traverse + fully for many-levels deep following a load that had a + :func:`_orm.with_polymorphic` or similar construct as an interim member. |
