summaryrefslogtreecommitdiff
path: root/docs/releases/5.2.12.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/5.2.12.txt')
-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`).