mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
Fixed #35594 -- Added unique nulls distinct validation for expressions.
Thanks Mark Gensler for the report.
This commit is contained in:
parent
13922580cc
commit
adc0b6aac3
3 changed files with 24 additions and 6 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue