add STATIC_URL
[django-pagination.git] / pagination / templatetags / pagination_tags.py
2011-05-08 tzangmsadd STATIC_URL
2009-07-29 tzangmsadd MEDIA_URL variable in templatetags, so that paginat...
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.