mirror of
https://github.com/django/django.git
synced 2025-01-05 07:55:47 +00:00
182f262b15
Thank you Claude Paroz for the report.
Regression in 85366fbca7
.
18 lines
492 B
Plaintext
18 lines
492 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`).
|
|
|
|
* Fixed a regression in Django 5.0 where ``ModelAdmin.action_checkbox`` could
|
|
break the admin changelist HTML page when rendering a model instance with a
|
|
``__html__`` method (:ticket:`35606`).
|