File: 4.2.5.txt

package info (click to toggle)
python-django 3%3A5.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 61,236 kB
  • sloc: python: 361,585; javascript: 19,250; xml: 211; makefile: 182; sh: 28
file content (33 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
==========================
Django 4.2.5 release notes
==========================

*September 4, 2023*

Django 4.2.5 fixes a security issue with severity "moderate" and several bugs
in 4.2.4.

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.

Bugfixes
========

* Fixed a regression in Django 4.2 that caused an incorrect validation of
  ``CheckConstraints`` on ``__isnull`` lookups against ``JSONField``
  (:ticket:`34754`).

* Fixed a bug in Django 4.2 where the deprecated ``DEFAULT_FILE_STORAGE`` and
  ``STATICFILES_STORAGE`` settings were not synced with ``STORAGES``
  (:ticket:`34773`).

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

* Fixed a regression in Django 4.2 that caused a crash of a queryset when
  filtering against deeply nested ``OuterRef()`` annotations (:ticket:`34803`).