summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-04 09:52:22 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-04-07 16:13:19 +0200
commit77d2037511cc0152af6bea402bd09632ed7ca551 (patch)
tree51ce118358aad5897e4ff1d80aa7be9d8e93e2a5 /docs
parentcd1aa54f5a1ad8673f8852aa3b0022c06b154b79 (diff)
[5.2.x] Fixed #36298 -- Truncated the overwritten file content in file_move_safe().
Regression in 58cd4902a71a3695dd6c21dc957f59c333db364c. Thanks Baptiste Mispelon for the report. Backport of 8ad3e80e88201f4c557f6fa79fcfc0f8a0961830 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.21.txt15
-rw-r--r--docs/releases/5.1.9.txt15
-rw-r--r--docs/releases/5.2.1.txt5
-rw-r--r--docs/releases/index.txt2
4 files changed, 37 insertions, 0 deletions
diff --git a/docs/releases/4.2.21.txt b/docs/releases/4.2.21.txt
new file mode 100644
index 0000000000..36e24df12f
--- /dev/null
+++ b/docs/releases/4.2.21.txt
@@ -0,0 +1,15 @@
+===========================
+Django 4.2.21 release notes
+===========================
+
+*Expected May 7, 2025*
+
+Django 4.2.21 fixes a data loss bug in 4.2.20.
+
+Bugfixes
+========
+
+* Fixed a data corruption possibility in ``file_move_safe()`` when
+ ``allow_overwrite=True``, where leftover content from a previously larger
+ file could remain after overwriting with a smaller one due to lack of
+ truncation (:ticket:`36298`).
diff --git a/docs/releases/5.1.9.txt b/docs/releases/5.1.9.txt
new file mode 100644
index 0000000000..6847aa9a2c
--- /dev/null
+++ b/docs/releases/5.1.9.txt
@@ -0,0 +1,15 @@
+==========================
+Django 5.1.9 release notes
+==========================
+
+*Expected May 7, 2025*
+
+Django 5.1.9 fixes a data loss bug in 5.1.8.
+
+Bugfixes
+========
+
+* Fixed a data corruption possibility in ``file_move_safe()`` when
+ ``allow_overwrite=True``, where leftover content from a previously larger
+ file could remain after overwriting with a smaller one due to lack of
+ truncation (:ticket:`36298`).
diff --git a/docs/releases/5.2.1.txt b/docs/releases/5.2.1.txt
index 53f18152ae..b2ff7c22d4 100644
--- a/docs/releases/5.2.1.txt
+++ b/docs/releases/5.2.1.txt
@@ -23,3 +23,8 @@ Bugfixes
* Fixed a regression in Django 5.2 that caused fields to be incorrectly
selected when using ``QuerySet.alias()`` after ``values()``
(:ticket:`36299`).
+
+* Fixed a data corruption possibility in ``file_move_safe()`` when
+ ``allow_overwrite=True``, where leftover content from a previously larger
+ file could remain after overwriting with a smaller one due to lack of
+ truncation (:ticket:`36298`).
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 34b8a5130c..a565c469ac 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -33,6 +33,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 5.1.9
5.1.8
5.1.7
5.1.6
@@ -70,6 +71,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 4.2.21
4.2.20
4.2.19
4.2.18