django/docs/releases/4.2.5.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
338 B
Plaintext
Raw Normal View History

2023-08-01 17:52:36 +00:00
==========================
Django 4.2.5 release notes
==========================
*Expected September 4, 2023*
Django 4.2.5 fixes several bugs in 4.2.4.
Bugfixes
========
* Fixed a regression in Django 4.2 that caused an incorrect validation of
``CheckConstraints`` on ``__isnull`` lookups against ``JSONField``
(:ticket:`34754`).