summaryrefslogtreecommitdiff
path: root/doc/build/changelog/unreleased_20/9717.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/unreleased_20/9717.rst')
-rw-r--r--doc/build/changelog/unreleased_20/9717.rst8
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.