Comment (by dennisvang):
Replying to [comment:5 Mariusz Felisiak]:
> Agreed, "relative rank" is less confusing. Would you like to prepare a
patch?
Certainly. Please have a look at
https://github.com/django/django/pull/16539
I also replaced "Percent Rank" in the corresponding *table* by "Relative
Rank," but I'm not sure if that's necessary. An alternative would be to
use "PercentRank," without the space, to match the name of the function.
--
Ticket URL: <https://code.djangoproject.com/ticket/34325#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => dennisvang
* status: new => assigned
* has_patch: 0 => 1
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34325#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"7bb741d787ba360a9f0d490db92e22e0d28204ed" 7bb741d7]:
{{{
#!CommitTicketReference repository=""
revision="7bb741d787ba360a9f0d490db92e22e0d28204ed"
Fixed #34325 -- Corrected wording in PercentRank() docs.
This is consistent with the terminology used for the percent_rank()
function in SQLite docs and PostgreSQL docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34325#comment:8>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"4a89aa25c91e520c247aee428782274dcf10ffd0" 4a89aa25]:
{{{
#!CommitTicketReference repository=""
revision="4a89aa25c91e520c247aee428782274dcf10ffd0"
[4.2.x] Fixed #34325 -- Corrected wording in PercentRank() docs.
This is consistent with the terminology used for the percent_rank()
function in SQLite docs and PostgreSQL docs.
Backport of 7bb741d787ba360a9f0d490db92e22e0d28204ed from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34325#comment:9>