1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[5.1.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 dd2247d5fd
commit c81669cb54
7 changed files with 68 additions and 5 deletions

View File

@@ -9,4 +9,6 @@ Django 5.1.6 fixes several bugs in 5.1.5.
Bugfixes
========
* ...
* Fixed a regression in Django 5.1.5 that caused ``validate_ipv6_address()``
and ``validate_ipv46_address()`` to crash when handling non-string values
(:ticket:`36098`).