mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
13 lines
294 B
Text
13 lines
294 B
Text
==========================
|
|
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`).
|