diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2023-05-04 12:54:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2023-05-04 12:54:18 +0000 |
| commit | 3841c5c7ded5bc01a343439f2835e0b2056aeaa3 (patch) | |
| tree | ade735351292a27bbd7314b287d292cb3f9eaad4 /doc | |
| parent | aebdc7cfdfc3263c6f407cf5fbb388e0370e2bc3 (diff) | |
| parent | d9be22044d251c047b6306e767b2537c0ee12709 (diff) | |
| download | sqlalchemy-3841c5c7ded5bc01a343439f2835e0b2056aeaa3.tar.gz | |
Merge "adjust fwd_ref logic" into main
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_20/9717.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9717.rst b/doc/build/changelog/unreleased_20/9717.rst new file mode 100644 index 000000000..d70ffe17a --- /dev/null +++ b/doc/build/changelog/unreleased_20/9717.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, orm + :tickets: 9717 + + Fixed issue where ORM Annotated Declarative would not resolve forward + references correctly in all cases; in particular, when using + ``from __future__ import annotations`` in combination with Pydantic + dataclasses. |
