mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #33319 -- Added note about commutation of QuerySet's | operator.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							f1bfdff690
						
					
				
				
					commit
					f04b44bad4
				
			| @@ -1898,6 +1898,9 @@ SQL equivalent: | ||||
|  | ||||
|     SELECT ... WHERE x=1 OR y=2 | ||||
|  | ||||
| ``|`` is not a commutative operation, as different (though equivalent) queries | ||||
| may be generated. | ||||
|  | ||||
| Methods that do not return ``QuerySet``\s | ||||
| ----------------------------------------- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user