From 5959648abc0ff71e38cc12da0261833ea565c154 Mon Sep 17 00:00:00 2001 From: Frazer McLean Date: Fri, 13 Sep 2024 21:57:47 +0200 Subject: [PATCH] Fix wrong ticket reference in changelog for #11820 (#11867) --- doc/build/changelog/unreleased_20/11820.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2