mirror of https://github.com/django/django.git
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
==========================
|
|
Django 5.0.8 release notes
|
|
==========================
|
|
|
|
*Expected August 6, 2024*
|
|
|
|
Django 5.0.8 fixes several bugs in 5.0.7.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Added missing validation for ``UniqueConstraint(nulls_distinct=False)`` when
|
|
using ``*expressions`` (:ticket:`35594`).
|