1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[5.0.x] Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash for non-string values.

Regression in ca2be7724e.

Backport of b3c5830769 from main.
This commit is contained in:
Mariusz Felisiak
2025-01-14 23:08:50 +01:00
committed by Natalia
parent 61fed511f1
commit 21dfd30d69
6 changed files with 65 additions and 4 deletions

14
docs/releases/4.2.19.txt Normal file
View File

@@ -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`).

14
docs/releases/5.0.12.txt Normal file
View File

@@ -0,0 +1,14 @@
===========================
Django 5.0.12 release notes
===========================
*Expected February 5, 2025*
Django 5.0.12 fixes a regression in 5.0.11.
Bugfixes
========
* Fixed a regression in Django 5.0.11 that caused ``validate_ipv6_address()``
and ``validate_ipv46_address()`` to crash when handling non-string values
(:ticket:`36098`).

View File

@@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
.. toctree::
:maxdepth: 1
5.0.12
5.0.11
5.0.10
5.0.9
@@ -44,6 +45,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