]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add changelog for b1e299b94a32ed48d0edc0fea59afebb8834b79d
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Feb 2026 18:11:22 +0000 (13:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Feb 2026 18:11:22 +0000 (13:11 -0500)
Change-Id: I5ea74e42a0495c0aa2b708aa3ba7e161768ba387

doc/build/changelog/unreleased_21/10602_metadata.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_21/10602_metadata.rst b/doc/build/changelog/unreleased_21/10602_metadata.rst
new file mode 100644 (file)
index 0000000..b24c3d3
--- /dev/null
@@ -0,0 +1,9 @@
+.. change::
+    :tags: bug, schema
+    :tickets: 10604
+
+    Amended the ``repr()`` output for :class:`.Enum` so that the
+    :class:`.MetaData` is not shown in the output, as this interferes with
+    Alembic-autogenerated forms of this type which should be inheriting the
+    :class:`.MetaData` of the parent table in the migration script.
+