We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c454afb commit dc365caCopy full SHA for dc365ca
docs/releases/4.2.21.txt
@@ -7,6 +7,11 @@ Django 4.2.21 release notes
7
Django 4.2.21 fixes a security issue with severity "moderate", a data loss bug,
8
and a regression in 4.2.20.
9
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
+
15
CVE-2025-32873: Denial-of-service possibility in ``strip_tags()``
16
=================================================================
17
0 commit comments