]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
repair changelog file
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Jul 2025 11:34:56 +0000 (07:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Jul 2025 11:35:37 +0000 (07:35 -0400)
Change-Id: I40994de5197271060e97a0bd7bccafc7c08918d8
(cherry picked from commit d02a9f923061d627658c3c81cabafc872396b113)

doc/build/changelog/unreleased_20/10674.rst

index 8c2c04fec8f0e40a4e29b2a640ffb8ccd40229d6..a7f7a047b81bcd28e8b37d9dc34879b5afaf06cd 100644 (file)
@@ -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.