summaryrefslogtreecommitdiff
path: root/docs/releases/index.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-13 08:53:44 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-13 08:56:06 +0200
commitb7d4a6fa650f97982cf9ca246ddfa623d685487b (patch)
treec8cdd03f7591dc83e93c619e1aa340b8d4c3788e /docs/releases/index.txt
parent9fb9944d1cddf84335c2ab6cfa3d7c2672541ab6 (diff)
[3.1.x] Fixed #32718 -- Relaxed file name validation in FileField.
- Validate filename returned by FileField.upload_to() not a filename passed to the FileField.generate_filename() (upload_to() may completely ignored passed filename). - Allow relative paths (without dot segments) in the generated filename. Thanks to Jakub Kleň for the report and review. Thanks to all folks for checking this patch on existing projects. Thanks Florian Apolloner and Markus Holtermann for the discussion and implementation idea. Regression in 0b79eb36915d178aef5c6a7bbce71b1e76d376d3. Backport of b55699968fc9ee985384c64e37f6cc74a0a23683 from main.
Diffstat (limited to 'docs/releases/index.txt')
-rw-r--r--docs/releases/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index 93bc8248b7..7d75e28b5e 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 3.1.11
3.1.10
3.1.9
3.1.8
@@ -63,6 +64,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 2.2.23
2.2.22
2.2.21
2.2.20