mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[4.2.x] Corrected documentation of Log database function.
Backport of eb9df03a43 from main
			
			
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							bf5249fc8e
						
					
				
				
					commit
					a44e974412
				
			| @@ -1215,7 +1215,7 @@ It can also be registered as a transform. For example: | ||||
| .. class:: Log(expression1, expression2, **extra) | ||||
|  | ||||
| Accepts two numeric fields or expressions and returns the logarithm of | ||||
| the first to base of the second. | ||||
| the second to base of the first. | ||||
|  | ||||
| Usage example: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user