From: Bryan Forbes Date: Thu, 8 Apr 2021 16:17:12 +0000 (-0500) Subject: Add changelog entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5136bc4b6333e868cc47f1b2dcc58716a40cadca;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog entry --- diff --git a/doc/build/changelog/unreleased_14/mypy_typedec.rst b/doc/build/changelog/unreleased_14/mypy_typedec.rst new file mode 100644 index 0000000000..f4f7f3c195 --- /dev/null +++ b/doc/build/changelog/unreleased_14/mypy_typedec.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, mypy + + Fixed issue in Mypy plugin where the plugin wasn’t inferring the correct + type for columns of subclasses that don’t directly descend from + ``TypeEngine``, in particular that of ``TypeDecorator`` and + ``UserDefinedType``.