mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #35594 -- Added unique nulls distinct validation for expressions.
Thanks Mark Gensler for the report.
This commit is contained in:
		
				
					committed by
					
						 Sarah Boyce
						Sarah Boyce
					
				
			
			
				
	
			
			
			
						parent
						
							13922580cc
						
					
				
				
					commit
					adc0b6aac3
				
			| @@ -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`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user