summaryrefslogtreecommitdiff
path: root/docs/releases/5.1.1.txt
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2024-08-09 12:45:44 -0400
committernessita <124304+nessita@users.noreply.github.com>2024-08-28 11:44:05 -0300
commit47f18a722624527cc72eef44cfc9d1e07ea4b4e0 (patch)
tree0c4de59fc1b465996d4ac767254ec600b356bed4 /docs/releases/5.1.1.txt
parent52ed2b645e1dd8c9a874cfd21c4c9f2500032626 (diff)
Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.OS_OPEN_FLAGS.
Diffstat (limited to 'docs/releases/5.1.1.txt')
-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 84a61efec5..82a7aed1c8 100644
--- a/docs/releases/5.1.1.txt
+++ b/docs/releases/5.1.1.txt
@@ -23,3 +23,7 @@ Bugfixes
* Adjusted the deprecation warning ``stacklevel`` in :meth:`.Model.save` and
:meth:`.Model.asave` to correctly point to the offending call site
(:ticket:`35060`).
+
+* 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`).