mirror of
https://github.com/django/django.git
synced 2025-03-13 02:40:47 +00:00
Bug in 4971a9afe5642569f3dcfcd3972ebb39e88dd457. Thank you to kazet for the report and Claude Paroz for the review. Backport of 99dcc59237f384d7ade98acfd1cae8d90e6d60ab from main.
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
==========================
|
|
Django 5.1.3 release notes
|
|
==========================
|
|
|
|
*Expected November 5, 2024*
|
|
|
|
Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python
|
|
3.13.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a bug in Django 5.1 where
|
|
:class:`~django.core.validators.DomainNameValidator` accepted any input value
|
|
that contained a valid domain name, rather than only input values that were a
|
|
valid domain name (:ticket:`35845`).
|