2024-10-08 17:02:53 +02:00
|
|
|
==========================
|
|
|
|
Django 5.1.3 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected November 5, 2024*
|
|
|
|
|
2024-10-08 08:14:54 +02:00
|
|
|
Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python
|
|
|
|
3.13.
|
2024-10-08 17:02:53 +02:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2024-10-16 15:43:02 +02:00
|
|
|
* 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`).
|
2024-10-15 10:48:59 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 5.1 that prevented the use of DB-IP databases
|
|
|
|
with :class:`~django.contrib.gis.geoip2.GeoIP2` (:ticket:`35841`).
|