mirror of
https://github.com/django/django.git
synced 2025-05-07 23:46:30 +00:00
[5.0.x] Added RowNumber() link in Rank() docs.
Backport of fd2514d17daaa561963e14297fb35cddf483728c from main
This commit is contained in:
parent
8fd953f28a
commit
71368b6f00
@ -1980,7 +1980,7 @@ Row # Value Rank Calculation Relative Rank
|
|||||||
|
|
||||||
.. class:: Rank(*expressions, **extra)
|
.. class:: Rank(*expressions, **extra)
|
||||||
|
|
||||||
Comparable to ``RowNumber``, this function ranks rows in the window. The
|
Comparable to :class:`RowNumber`, this function ranks rows in the window. The
|
||||||
computed rank contains gaps. Use :class:`DenseRank` to compute rank without
|
computed rank contains gaps. Use :class:`DenseRank` to compute rank without
|
||||||
gaps.
|
gaps.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user