Should not it to be the opposite, i.e., **Prev** leads to 3.2.3 and
**Next** leads to 3.2.5 ?
--
Ticket URL: <https://code.djangoproject.com/ticket/32878>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "django-releases.png" added.
Browsing releases
* status: new => closed
* resolution: => invalid
Comment:
Thanks for the report, however as far as I'm aware it's not something that
we can change (Sphinx builds docs that way). Release are sorted like this
to keep the latest version at the top, see
[https://docs.djangoproject.com/en/3.2/releases/ Release notes].
--
Ticket URL: <https://code.djangoproject.com/ticket/32878#comment:1>
Comment (by Nick Pope):
The release notes are listed from newer to older releases, see
https://docs.djangoproject.com/en/stable/releases/. As such, when viewing
the release notes for 3.2.4, the ''previous page'' is for 3.2.5 and the
''next page'' is for 3.2.3.
The previous and next links at the bottom of the page and in the sidebar
are moving backward and forward between documentation pages and are not
specific to the release note pages, nor release versions. I can see how
this may be confusing when looked at only in the context of the releases,
but it is not possible to change without reordering the release notes to
be in non-reverse order.
--
Ticket URL: <https://code.djangoproject.com/ticket/32878#comment:2>