merged patch from flosch for multiple paginators on one page
[django-pagination.git] / pagination / tests.py
2011-01-18 Matt Culbrethmerged patch from flosch for multiple paginators on...
2010-04-13 Brian RosnerMerge remote branch 'ericflo/master'
2009-10-16 Daniel MizyryckiAdd records variable in templatetags, allowing to exten...
2009-07-31 Brian RosnerMerge branch '1.0.5.X'
2009-04-22 Florian SchlachterAdded support for multiple paginations on the same...
2009-03-30 floguyFixed a problem where the middleware accessed POST...
2009-03-30 floguyMerge branch 'master' of git@github.com:ericflo/django...
2009-02-13 leahculversilly FinitePaginator for finite lists of items
2009-02-13 leahculverInfinitePaginator (from Pownce) with tests! The Infinit...
2008-10-24 floguyAdded the ability to save the result list as a variable...
2008-10-24 floguyAllow for a variable as the paginate_by parameter....
2008-08-30 floguyAdded German locale. Thanks, Bela Hausmann! This...
2008-07-21 floguyAdded support for orphans. Thanks, Martin Mahner.
2008-07-13 floguyFixed doctests.
2008-07-01 floguyUpdated documentation and reduced overall complexity...
2008-05-30 floguyAdded test suite, and prevented pagination if the elusi...