summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2024-08-09 12:55:40 -0400
committerNatalia <124304+nessita@users.noreply.github.com>2024-08-28 11:46:49 -0300
commitdd58edcc373afe57a56bf7c2374a4fc8446e80e9 (patch)
treefe9d42a4d476ec4045f77202823fe6edc2f51312 /docs
parent8f5d2c374a150fca063443292cdf2618026bda42 (diff)
[5.1.x] Refs #35405 -- Adjusted deprecation warning stacklevel in FieldCacheMixin.get_cache_name().
Backport of 39abd56a7fb1e2f735040df0fdfc08f57d91a49b from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.1.1.txt b/docs/releases/5.1.1.txt
index 82a7aed1c8..b6f9d23c35 100644
--- a/docs/releases/5.1.1.txt
+++ b/docs/releases/5.1.1.txt
@@ -27,3 +27,7 @@ Bugfixes
* Adjusted the deprecation warning ``stacklevel`` when using ``OS_OPEN_FLAGS``
in :class:`~django.core.files.storage.FileSystemStorage` to correctly point
to the offending call site (:ticket:`35326`).
+
+* Adjusted the deprecation warning ``stacklevel`` in
+ ``FieldCacheMixin.get_cache_name()`` to correctly point to the offending call
+ site (:ticket:`35405`).