Opened 16 years ago
Closed 16 years ago
#8112 closed (invalid)
Broken link on pagination documentation
Reported by: | henrikG | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | broken link paginator documentation | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The links to the old pagination documentation (0.95 and 0.96) are both broken:
http://www.djangoproject.com/documentation/pagination/
(I was looking for the old ObjectPaginator documentation)
Note:
See TracTickets
for help on using tickets.
This question is raised frequently via the ticket system.
The script that adds the header with links to old documentation isn't smart enough to peer and see if it really exists.
The reason that the links are broken is because there was no such documenation in the old versions. You are reading the new and improved documenation that comes with the development version of Django along with all if it's new bug fixes, quirks, features, backwards-incompatible changes, and new documentation. :)
If this is a feature you need, consider using 1.0 alpha, or the development version of Django.
Thanks for taking the initiative and reporting an issue.