1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Fixed #35594 -- Added unique nulls distinct validation for expressions.

Thanks Mark Gensler for the report.
This commit is contained in:
Simon Charette
2024-07-13 22:18:21 -04:00
committed by Sarah Boyce
parent 13922580cc
commit adc0b6aac3
3 changed files with 24 additions and 6 deletions

View File

@@ -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`).