Fixed some python2.3 backwards incompatibility issues.
[django-pagination.git] / pagination / templatetags / pagination_tags.py
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.