]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog entry 6223/head
authorBryan Forbes <bryan@reigndropsfall.net>
Thu, 8 Apr 2021 16:17:12 +0000 (11:17 -0500)
committerBryan Forbes <bryan@reigndropsfall.net>
Thu, 8 Apr 2021 16:25:13 +0000 (11:25 -0500)
doc/build/changelog/unreleased_14/mypy_typedec.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/mypy_typedec.rst b/doc/build/changelog/unreleased_14/mypy_typedec.rst
new file mode 100644 (file)
index 0000000..f4f7f3c
--- /dev/null
@@ -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``.