summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-01-14 23:08:50 +0100
committerNatalia <124304+nessita@users.noreply.github.com>2025-01-15 13:54:57 -0300
commit043dfadbcebc752d5ab2e9ff08c7e48044d20dc2 (patch)
tree5ddece46e01540ffba77caa09bc36f760c205792 /docs/releases
parent8769b44fdabc960dc23d1222430470809fd751b1 (diff)
[4.2.x] Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash for non-string values.
Regression in ca2be7724e1244a4cb723de40a070f873c6e94bf. Backport of b3c5830769d8a5dbf2f974da7116fe503c9454d9 from main.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/4.2.19.txt14
-rw-r--r--docs/releases/index.txt1
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/releases/4.2.19.txt b/docs/releases/4.2.19.txt
new file mode 100644
index 0000000000..91bc8e5842
--- /dev/null
+++ b/docs/releases/4.2.19.txt
@@ -0,0 +1,14 @@
+===========================
+Django 4.2.19 release notes
+===========================
+
+*Expected February 5, 2025*
+
+Django 4.2.19 fixes a regression in 4.2.18.
+
+Bugfixes
+========
+
+* Fixed a regression in Django 4.2.18 that caused ``validate_ipv6_address()``
+ and ``validate_ipv46_address()`` to crash when handling non-string values
+ (:ticket:`36098`).
diff --git a/docs/releases/index.txt b/docs/releases/index.txt
index ec69c8e414..034821f151 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -26,6 +26,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
+ 4.2.19
4.2.18
4.2.17
4.2.16