Merge branch 'more_customizations'
[django-pagination.git] / pagination / templatetags / pagination_tags.py
2011-06-06 Michele CiccozziMerge branch 'more_customizations'
2011-01-18 Matt CulbrethMerge branch 'merge_multiple_paginators'
2011-01-18 Matt Culbrethmerged patch from flosch for multiple paginators on...
2010-04-22 Fabio CornetiCustom pagination templates
2010-04-22 Fabio CornetiNew settings for basic pagination customization, backwa...
2010-04-16 Brian RosnerMerge remote branch 'carljm/hashtag'
2010-04-13 Brian RosnerMerge remote branch 'ericflo/master'
2010-03-03 Carl Meyerfix spurious None
2010-03-03 Carl Meyeradded optional hashtag param to {% paginate %}
2010-03-03 Carl Meyeradded optional hashtag param to {% paginate %}
2009-10-16 Daniel MizyryckiAdd records variable in templatetags, allowing to exten...
2009-07-31 Brian RosnerMerge branch '1.0.5.X'
2009-07-29 tzangmsadd MEDIA_URL variable in templatetags, so that paginat...
2009-04-22 Florian SchlachterAdded support for multiple paginations on the same...
2009-03-30 floguyNitpicks.
2008-12-04 floguyFixed #28. Added the ability for the autopaginate...
2008-10-26 floguyFixed bug introduced with python2.3 compatability....
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-10-24 floguyFix a possible uncaught attribute error. Thanks for...
2008-10-24 floguyFixed some python2.3 backwards incompatibility issues.
2008-09-08 floguyRemoved some redundant uses of sorted(list(..)) to...
2008-08-30 floguyDropped support for the deprecated QuerySetPaginator...
2008-08-16 leidelfixed stupid import bug, so sorry
2008-08-16 leidelfixed issue #14, patch from Martin Mahner
2008-07-21 floguyAdded support for orphans. Thanks, Martin Mahner.
2008-07-13 floguyFixed #1. Thanks, Martin Mahner and Jannis Leidel.
2008-07-11 floguyFixed bug with extra getvars where an ampersand was...
2008-07-01 floguyUpdated documentation and reduced overall complexity...
2008-06-18 jtauberpaging maintains other GET parameters -- contributed...
2008-05-30 floguyAdded test suite, and prevented pagination if the elusi...
2008-05-30 floguyProbably fixed a potential bug with extraneous ellipses.
2008-05-29 floguyMade the error handling a bit more elegant, causing...
2008-05-29 floguyVersion 0.1 alive and kicking!
2008-05-29 floguyFleshed out initial version of the paginate templatetag.
2008-05-29 floguyCreated the initial directory structure.