Skip to content

Commit 85bdeb3

Browse files
committed
[5.1.x] Refs #35980 -- Added release note about changes in release artifacts filenames.
Backport of 42ab993 from main.
1 parent 503128a commit 85bdeb3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/releases/4.2.21.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Django 4.2.21 release notes
77
Django 4.2.21 fixes a security issue with severity "moderate", a data loss bug,
88
and a regression in 4.2.20.
99

10+
This release was built using an upgraded :pypi:`setuptools`, producing
11+
filenames compliant with :pep:`491` and :pep:`625` and thus addressing a PyPI
12+
warning about non-compliant distribution filenames. This change only affects
13+
the Django packaging process and does not impact Django's behavior.
14+
1015
CVE-2025-32873: Denial-of-service possibility in ``strip_tags()``
1116
=================================================================
1217

docs/releases/5.1.9.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Django 5.1.9 release notes
77
Django 5.1.9 fixes a security issue with severity "moderate", a data loss bug,
88
and a regression in 5.1.8.
99

10+
This release was built using an upgraded :pypi:`setuptools`, producing
11+
filenames compliant with :pep:`491` and :pep:`625` and thus addressing a PyPI
12+
warning about non-compliant distribution filenames. This change only affects
13+
the Django packaging process and does not impact Django's behavior.
14+
1015
CVE-2025-32873: Denial-of-service possibility in ``strip_tags()``
1116
=================================================================
1217

0 commit comments

Comments
 (0)