From: Mike Bayer Date: Sat, 28 Feb 2026 18:11:22 +0000 (-0500) Subject: add changelog for b1e299b94a32ed48d0edc0fea59afebb8834b79d X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01e3ca2618740a586b940b28bb7996911f1d9582;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add changelog for b1e299b94a32ed48d0edc0fea59afebb8834b79d Change-Id: I5ea74e42a0495c0aa2b708aa3ba7e161768ba387 --- diff --git a/doc/build/changelog/unreleased_21/10602_metadata.rst b/doc/build/changelog/unreleased_21/10602_metadata.rst new file mode 100644 index 0000000000..b24c3d3e74 --- /dev/null +++ b/doc/build/changelog/unreleased_21/10602_metadata.rst @@ -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. +