mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +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)
|
||||
|
||||
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
|
||||
gaps.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user