Opened 17 years ago

Closed 17 years ago

#5823 closed (invalid)

error in pagination documentation

Reported by: mariarchi 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

Documentation at http://www.djangoproject.com/documentation/models/pagination/ mentions the paginator attribute called page_range:

The paginator can provide a list of all available pages

paginator.page_range

[1, 2]

in reality, paginator has no such attribute.

Change History (1)

comment:1 by Karen Tracey <kmtracey@…>, 17 years ago

Resolution: invalid
Status: newclosed

Looks to me like it does:

http://code.djangoproject.com/browser/django/trunk/django/core/paginator.py

Perhaps you're using a checkout prior to revision 6146?

Note: See TracTickets for help on using tickets.
Back to Top