mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[4.1.x] Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg().
Regression ine06dc4571e. Backport off88fc72da4from main
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							0859093f7c
						
					
				
				
					commit
					2d20386b41
				
			| @@ -18,3 +18,7 @@ Bugfixes | ||||
|  | ||||
| * Fixed a bug in Django 4.1 that caused an incorrect validation of | ||||
|   ``CheckConstraint`` on ``NULL`` values (:ticket:`33996`). | ||||
|  | ||||
| * Fixed a regression in Django 4.1 that caused a | ||||
|   ``QuerySet.values()/values_list()`` crash on ``ArrayAgg()`` and | ||||
|   ``JSONBAgg()`` (:ticket:`34016`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user