From: Frazer McLean Date: Fri, 13 Sep 2024 19:57:47 +0000 (+0200) Subject: Fix wrong ticket reference in changelog for #11820 (#11867) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5959648abc0ff71e38cc12da0261833ea565c154;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix wrong ticket reference in changelog for #11820 (#11867) --- diff --git a/doc/build/changelog/unreleased_20/11820.rst b/doc/build/changelog/unreleased_20/11820.rst index ae03040a65..3f76d30bee 100644 --- a/doc/build/changelog/unreleased_20/11820.rst +++ b/doc/build/changelog/unreleased_20/11820.rst @@ -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.