We have a modified Paginator class that is designed to provide
Google-style abbreviated lists. It may be a useful starting point as it
stores the page number and providers an __iter__ for displaying page
lists. Rewriting this to produce unabbreviated page lists would be
trivial.

http://django.pastebin.com/806355

FWIW, I think a Paginator that can't produce a list of page numbers is
underspecced for use in a web application. It's an extremely common
thing to do.

One of my big gripes about not having the page number in the Paginator
object is that it makes it impossible to just call has_next_page etc
from a template, a useful option when using the object_list generic
view.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to