From d02a9f923061d627658c3c81cabafc872396b113 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 29 Jul 2025 07:34:56 -0400 Subject: [PATCH] repair changelog file Change-Id: I40994de5197271060e97a0bd7bccafc7c08918d8 --- doc/build/changelog/unreleased_20/10674.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/build/changelog/unreleased_20/10674.rst b/doc/build/changelog/unreleased_20/10674.rst index 8c2c04fec8..a7f7a047b8 100644 --- a/doc/build/changelog/unreleased_20/10674.rst +++ b/doc/build/changelog/unreleased_20/10674.rst @@ -1,9 +1,9 @@ .. change:: - :tags: usecase, rom + :tags: usecase, orm :tickets: 10674 - Added ``dataclass_metadata`` argument to a all column functions - used in the ORM that accept dataclasses parameters. + Added ``dataclass_metadata`` argument to all ORM attribute constructors + that accept dataclasses parameters, e.g. :paramref:`.mapped_column.dataclass_metadata`, + :paramref:`.relationship.dataclass_metadata`, etc. It's passed to the underlying dataclass ``metadata`` attribute - of the dataclass field. - Pull request courtesy Sigmund Lahn. \ No newline at end of file + of the dataclass field. Pull request courtesy Sigmund Lahn. -- 2.47.2