diff options
| author | Simon Charette <charette.s@gmail.com> | 2024-07-13 22:18:21 -0400 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-07-17 12:56:01 +0200 |
| commit | 4d8e574379720750736434f8f3ca62bd43ecc768 (patch) | |
| tree | 920e0dd2536a4a066914e520f5c95f81371ce71c /docs | |
| parent | a2791f5ea2cb3bfa5b386083002461be40708297 (diff) | |
[5.1.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`). |
