mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
This commit is contained in:
parent
c67ea79aa9
commit
ba755ca131
57 changed files with 443 additions and 269 deletions
|
|
@ -1885,7 +1885,9 @@ more frequently.
|
|||
.. class:: PercentRank(*expressions, **extra)
|
||||
|
||||
Computes the relative rank of the rows in the frame clause. This computation is
|
||||
equivalent to evaluating::
|
||||
equivalent to evaluating:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
(rank - 1) / (total rows - 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue