colelloa / django-pagination

Automatically exported from code.google.com/p/django-pagination
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support for multiple paginations per page #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I just saw this implementation:
http://github.com/flosch/django-pagination/commit/92a1a772e0ea5c7d0e370634bae94e
b155ed8195

and it looks like a useful extension. 

I'm thinking about scenarios like pinax has where you have a page like
"Your Stuff" and it might have sub sections for "Your Blog Posts",  "Your
Friends Blog Posts", "Your Tribes", etc. where the user might want to page
through each subsection (via AJAX or page submits) for each sub section
without paging all the subsections.

Original issue reported on code.google.com by AgilityN...@gmail.com on 27 Jul 2009 at 1:57