mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Corrected documentation of Log database function.
This commit is contained in:
parent
fc9c90d9c4
commit
eb9df03a43
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue