mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.6.x] Fixed #22655 -- Fixed GeoQuerySet doc about strictly_below
The paragraph was a copy of strictly_above.
Backport of 2f43229c2f from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							26221445df
						
					
				
				
					commit
					6a2f8985c1
				
			| @@ -492,16 +492,16 @@ strictly_below | ||||
|  | ||||
| *Availability*: PostGIS | ||||
|  | ||||
| Tests if the geometry field's bounding box is strictly above the lookup | ||||
| Tests if the geometry field's bounding box is strictly below the lookup | ||||
| geometry's bounding box. | ||||
|  | ||||
| Example:: | ||||
|  | ||||
|     Zipcode.objects.filter(poly__strictly_above=geom) | ||||
|     Zipcode.objects.filter(poly__strictly_below=geom) | ||||
|  | ||||
| PostGIS equivalent:: | ||||
|  | ||||
|     SELECT ... WHERE poly |>> geom | ||||
|     SELECT ... WHERE poly <<| geom | ||||
|  | ||||
|  | ||||
| .. _distance-lookups: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user