summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author93578237 <43147888+93578237@users.noreply.github.com>2026-02-09 16:06:50 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-02-10 17:08:13 -0500
commita4999ef1b9790a4c0e793cf0e5c464e9935c3c3a (patch)
treef40aea6d8d811cb1ea3e8babc428debd2d175675 /docs
parente9b85373580338c4878d3f930b52c361398065ad (diff)
[5.2.x] 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. Backport of 56ed37e17e5b1a509aa68a0c797dcff34fcc1366 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.2.12.txt3
1 files changed, 2 insertions, 1 deletions
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`).