2023-08-01 19:52:36 +02:00
|
|
|
==========================
|
|
|
|
Django 4.2.5 release notes
|
|
|
|
==========================
|
|
|
|
|
2023-08-24 07:56:05 +02:00
|
|
|
*September 4, 2023*
|
2023-08-01 19:52:36 +02:00
|
|
|
|
2023-08-24 07:56:05 +02:00
|
|
|
Django 4.2.5 fixes a security issue with severity "moderate" and several bugs
|
|
|
|
in 4.2.4.
|
2023-08-01 19:52:36 +02:00
|
|
|
|
2023-08-22 08:53:03 +02:00
|
|
|
CVE-2023-41164: Potential denial of service vulnerability in ``django.utils.encoding.uri_to_iri()``
|
|
|
|
===================================================================================================
|
|
|
|
|
|
|
|
``django.utils.encoding.uri_to_iri()`` was subject to potential denial of
|
|
|
|
service attack via certain inputs with a very large number of Unicode
|
|
|
|
characters.
|
|
|
|
|
2023-08-01 19:52:36 +02:00
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2023-08-03 02:47:49 +02:00
|
|
|
* Fixed a regression in Django 4.2 that caused an incorrect validation of
|
|
|
|
``CheckConstraints`` on ``__isnull`` lookups against ``JSONField``
|
|
|
|
(:ticket:`34754`).
|
2023-08-18 18:11:24 +02:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.2 where the deprecated ``DEFAULT_FILE_STORAGE`` and
|
|
|
|
``STATICFILES_STORAGE`` settings were not synced with ``STORAGES``
|
|
|
|
(:ticket:`34773`).
|
2023-08-15 21:53:30 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.2.2 that caused an unnecessary selection of a
|
|
|
|
non-nullable ``ManyToManyField`` without a natural key during serialization
|
|
|
|
(:ticket:`34779`).
|
2023-08-31 09:51:44 +02:00
|
|
|
|
|
|
|
* Fixed a regression in Django 4.2 that caused a crash of a queryset when
|
|
|
|
filtering against deeply nested ``OuterRef()`` annotations (:ticket:`34803`).
|