Opened 17 years ago
Closed 17 years ago
#7569 closed (fixed)
generic_views/#notes-on-pagination points to old page
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| 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 link under http://www.djangoproject.com/documentation/generic_views/#notes-on-pagination
An example of the use of pagination can be found in the [object pagination] example model.
currently links to http://www.djangoproject.com/documentation/models/pagination/
better would be: http://www.djangoproject.com/documentation/pagination/
Note:
See TracTickets
for help on using tickets.
(In [7866]) Fixed #7569 -- Improved a link in docs/generic_views.txt to link to the new pagination docs. Thanks, Carl Karsten