1
0
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:
Adam Zapletal 2024-03-20 23:52:07 -05:00 committed by Mariusz Felisiak
parent 8fd953f28a
commit 71368b6f00

View File

@ -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.