From 56ed37e17e5b1a509aa68a0c797dcff34fcc1366 Mon Sep 17 00:00:00 2001 From: 93578237 <43147888+93578237@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:06:50 -0500 Subject: Fixed #36903 -- Fixed further NameErrors when inspecting functions with deferred annotations. Provide a wrapper for safe introspection of user functions on Python 3.14+. Follow-up to 601914722956cc41f1f2c53972d669ddee6ffc04. --- docs/releases/5.2.12.txt | 3 ++- docs/releases/6.0.3.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/releases/5.2.12.txt b/docs/releases/5.2.12.txt index ac344f1d1d..1394308e56 100644 --- a/docs/releases/5.2.12.txt +++ b/docs/releases/5.2.12.txt @@ -9,4 +9,5 @@ Django 5.2.12 fixes one bug related to support for Python 3.14. Bugfixes ======== -* ... +* Fixed :exc:`NameError` when inspecting functions making use of deferred + annotations in Python 3.14 (:ticket:`36903`). diff --git a/docs/releases/6.0.3.txt b/docs/releases/6.0.3.txt index eff44fe9dd..ddd853cd49 100644 --- a/docs/releases/6.0.3.txt +++ b/docs/releases/6.0.3.txt @@ -9,4 +9,5 @@ Django 6.0.3 fixes several bugs in 6.0.2. Bugfixes ======== -* ... +* Fixed :exc:`NameError` when inspecting functions making use of deferred + annotations in Python 3.14 (:ticket:`36903`). -- cgit v1.3