summaryrefslogtreecommitdiff
path: root/docs/releases/5.0.12.txt
blob: 011f76c156225eeb2e0e828b0fc0c6e7e778b3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================
Django 5.0.12 release notes
===========================

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