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 inca2be7724e. Backport ofb3c5830769from main.
This commit is contained in:
committed by
Natalia
parent
dd2247d5fd
commit
c81669cb54
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user