mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #32943 -- Added support for covering exclusion constraints using SP-GiST indexes on PostgreSQL 14+.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							e76f9d5b44
						
					
				
				
					commit
					c2f6c05c4c
				
			| @@ -71,6 +71,10 @@ Minor features | ||||
| * :class:`~django.contrib.postgres.indexes.SpGistIndex` now supports covering | ||||
|   indexes on PostgreSQL 14+. | ||||
|  | ||||
| * :class:`~django.contrib.postgres.constraints.ExclusionConstraint` now | ||||
|   supports covering exclusion constraints using SP-GiST indexes on PostgreSQL | ||||
|   14+. | ||||
|  | ||||
| :mod:`django.contrib.redirects` | ||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user