diff options
| author | Simon Charette <charette.s@gmail.com> | 2024-07-14 04:18:21 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-17 13:07:42 +0200 |
| commit | fe9bf0cef50e8e97e76424df98fd841fdc211e94 (patch) | |
| tree | bbf2aaa44a69a990a191e382726233a95bce3d16 /docs | |
| parent | c30669821bcda112647af4ebf5b09d3607672909 (diff) | |
[5.0.x] Fixed #35594 -- Added unique nulls distinct validation for expressions.
Thanks Mark Gensler for the report.
Backport of adc0b6aac3f8a5c96e1ca282bc9f46e28d20281c from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.0.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/5.0.8.txt b/docs/releases/5.0.8.txt index 1c30ed4766..8e072049b2 100644 --- a/docs/releases/5.0.8.txt +++ b/docs/releases/5.0.8.txt @@ -9,4 +9,5 @@ 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`). |
