From: Mike Bayer Date: Tue, 29 Jul 2025 11:34:56 +0000 (-0400) Subject: repair changelog file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d02a9f923061d627658c3c81cabafc872396b113;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git repair changelog file Change-Id: I40994de5197271060e97a0bd7bccafc7c08918d8 --- 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.