1
0
mirror of https://github.com/django/django.git synced 2025-02-28 19:44:35 +00:00

[4.2.x] Corrected documentation of Log database function.

Backport of eb9df03a43f34c44131ec3a295643327b8a68bb4 from main
This commit is contained in:
Stefan Brand 2023-05-24 05:29:50 +02:00 committed by Mariusz Felisiak
parent bf5249fc8e
commit a44e974412

View File

@ -1215,7 +1215,7 @@ It can also be registered as a transform. For example:
.. class:: Log(expression1, expression2, **extra) .. class:: Log(expression1, expression2, **extra)
Accepts two numeric fields or expressions and returns the logarithm of 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: Usage example: