]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix wrong ticket reference in changelog for #11820 (#11867)
authorFrazer McLean <frazer@frazermclean.co.uk>
Fri, 13 Sep 2024 19:57:47 +0000 (21:57 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 19:57:47 +0000 (21:57 +0200)
doc/build/changelog/unreleased_20/11820.rst

index ae03040a65fbdfe659861e9594190034067b38fe..3f76d30bee014bfa5dcb8e56675c83518ae9ca8e 100644 (file)
@@ -1,6 +1,6 @@
 .. change::
     :tags: bug, orm, typing
-    :tickets: 11814
+    :tickets: 11820
 
     Fixed issue where it was not possible to use ``typing.Literal`` with
     ``Mapped[]`` on Python 3.8 and 3.9.  Pull request courtesy Frazer McLean.