2009/12/22 Ben Spaulding <[email protected]>: > I have created a patch that would allow for something much simpler, like so: > > <a href="?{{ page.next_page_querystring }}">Next page</a>
This is what I do in my own homemade paginators. It works well. > Though there has been much talk of creating template tags which would > produce all-out pagination bars, I believe this particular > functionality should be an actual method on the page object for two > reasons: > > 1. This is basic functionality whose end result is hard to dispute > (as opposed to a full pagination bar where markup and features could > be disputed eternally), Actual full pagination-bars could be shipped around as templates, whether to be used in inclusion-tags or included directly. No need to lock ourselves to the one, true pagination-style. HM -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
