diff options
| author | 93578237 <43147888+93578237@users.noreply.github.com> | 2026-02-09 16:06:50 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-10 16:54:46 -0500 |
| commit | deac58ed822c6cd819e916e6c3d1736c7adfa31e (patch) | |
| tree | 705f1e46ce13320352804c299509fcf8fa3e27af /docs | |
| parent | 254b30483def1fa75270de9f45ad1f2a19f39bdb (diff) | |
[6.0.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.txt | 3 | ||||
| -rw-r--r-- | docs/releases/6.0.3.txt | 3 |
2 files changed, 4 insertions, 2 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`). 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`). |
