| 2010-03-08 | Carl Meyer | add hashtag to next/prev links | commit | commitdiff | tree | snapshot | 
| 2010-03-03 | Carl Meyer | fix spurious None | commit | commitdiff | tree | snapshot | 
| 2010-03-03 | Carl Meyer | added optional hashtag param to {% paginate %} | commit | commitdiff | tree | snapshot | 
| 2010-03-03 | Carl Meyer | added optional hashtag param to {% paginate %} | commit | commitdiff | tree | snapshot | 
| 2009-10-16 | Brian Rosner | added MANIFEST.in | commit | commitdiff | tree | snapshot | 
| 2009-10-16 | Brian Rosner | removed setuptools from install_requires | commit | commitdiff | tree | snapshot | 
| 2009-10-16 | Brian Rosner | bumped version | commit | commitdiff | tree | snapshot | 
| 2009-10-16 | Daniel Mizyrycki | Add records variable in templatetags, allowing to exten... | commit | commitdiff | tree | snapshot | 
| 2009-07-31 | Brian Rosner | added MANIFEST.in | commit | commitdiff | tree | snapshot | 
| 2009-07-31 | Brian Rosner | Merge branch '1.0.5.X' | commit | commitdiff | tree | snapshot | 
| 2009-07-31 | Brian Rosner | removed setuptools from install_requires | commit | commitdiff | tree | snapshot | 
| 2009-07-31 | Brian Rosner | bumped version | commit | commitdiff | tree | snapshot | 
| 2009-07-29 | tzangms | add MEDIA_URL variable in templatetags, so that paginat... | commit | commitdiff | tree | snapshot | 
| 2009-07-29 | tzangms | add MEDIA_URL variable in templatetags, so that paginat... | commit | commitdiff | tree | snapshot | 
| 2009-05-25 | Martin Mahner | Uppercased german button labels | commit | commitdiff | tree | snapshot | 
| 2009-05-25 | Martin Mahner | Fixed minor typos in german locale | commit | commitdiff | tree | snapshot | 
| 2009-04-22 | Florian Schlachter | Added support for multiple paginations on the same... | commit | commitdiff | tree | snapshot | 
| 2009-03-30 | floguy | Nitpicks. | commit | commitdiff | tree | snapshot | 
| 2009-03-30 | floguy | Fixed a problem where the middleware accessed POST... | commit | commitdiff | tree | snapshot | 
| 2009-03-30 | floguy | Nitpicky stuff and PEP8ification | commit | commitdiff | tree | snapshot | 
| 2009-03-30 | floguy | Merge branch 'master' of git@github.com:ericflo/django... | commit | commitdiff | tree | snapshot | 
| 2009-02-13 | leahculver | silly FinitePaginator for finite lists of items | commit | commitdiff | tree | snapshot | 
| 2009-02-13 | leahculver | removed spaces... heh. | commit | commitdiff | tree | snapshot | 
| 2009-02-13 | leahculver | InfinitePaginator (from Pownce) with tests! The Infinit... | commit | commitdiff | tree | snapshot | 
| 2009-02-12 | leahculver | silly FinitePaginator for finite lists of items | commit | commitdiff | tree | snapshot | 
| 2009-02-11 | leahculver | removed spaces... heh. | commit | commitdiff | tree | snapshot | 
| 2009-02-11 | leahculver | InfinitePaginator (from Pownce) with tests! The Infinit... | commit | commitdiff | tree | snapshot | 
| 2008-12-07 | floguy | Added Portuguese translation | commit | commitdiff | tree | snapshot | 
| 2008-12-05 | Alcides Fonseca | Added Portuguese translation | commit | commitdiff | tree | snapshot | 
| 2008-12-04 | floguy | Fixed #28.  Added the ability for the autopaginate... | commit | commitdiff | tree | snapshot | 
| 2008-10-26 | floguy | Fixed bug introduced with python2.3 compatability.... | commit | commitdiff | tree | snapshot | 
| 2008-10-24 | floguy | Fixed some setuptools bugs. | commit | commitdiff | tree | snapshot | 
| 2008-10-24 | floguy | Added the ability to save the result list as a variable... | commit | commitdiff | tree | snapshot | 
| 2008-10-24 | floguy | Allow for a variable as the paginate_by parameter.... | commit | commitdiff | tree | snapshot | 
| 2008-10-24 | floguy | Fix a possible uncaught attribute error.  Thanks for... | commit | commitdiff | tree | snapshot | 
| 2008-10-24 | floguy | Added setup.py and ez_setup.py getting ready for proper... | commit | commitdiff | tree | snapshot | 
| 2008-10-24 | floguy | Fixed some python2.3 backwards incompatibility issues. | commit | commitdiff | tree | snapshot | 
| 2008-10-24 | floguy | Added translation files for french and polish locales... | commit | commitdiff | tree | snapshot | 
| 2008-10-20 | floguy | Oops, forgot to add index.txt | commit | commitdiff | tree | snapshot | 
| 2008-10-20 | floguy | Moved docs into the docs directory.  Also, added an... | commit | commitdiff | tree | snapshot | 
| 2008-09-19 | floguy | Changed back from .rst to .txt to match Django's convention | commit | commitdiff | tree | snapshot | 
| 2008-09-08 | floguy | Removed some redundant uses of sorted(list(..)) to... | commit | commitdiff | tree | snapshot | 
| 2008-09-05 | floguy | Added more explicit setting as per #17 | commit | commitdiff | tree | snapshot | 
| 2008-08-30 | floguy | Moved to the more proper .rst file extension. | commit | commitdiff | tree | snapshot | 
| 2008-08-30 | floguy | Fixed documentation to include the step about adding... | commit | commitdiff | tree | snapshot | 
| 2008-08-30 | floguy | Added German locale.  Thanks, Bela Hausmann!  This... | commit | commitdiff | tree | snapshot | 
| 2008-08-30 | floguy | Added a new exception handler in the middleware. | commit | commitdiff | tree | snapshot | 
| 2008-08-30 | floguy | Dropped support for the deprecated QuerySetPaginator... | commit | commitdiff | tree | snapshot | 
| 2008-08-16 | leidel | fixed stupid import bug, so sorry | commit | commitdiff | tree | snapshot | 
| 2008-08-16 | leidel | fixed issue #14, patch from Martin Mahner | commit | commitdiff | tree | snapshot | 
| 2008-08-05 | leidel | Fixed #12, updated middleware to access request variabl... | commit | commitdiff | tree | snapshot | 
| 2008-07-21 | floguy | Added support for orphans.  Thanks, Martin Mahner. | commit | commitdiff | tree | snapshot | 
| 2008-07-13 | floguy | Fixed doctests. | commit | commitdiff | tree | snapshot | 
| 2008-07-13 | floguy | Fixed #1.  Thanks, Martin Mahner and Jannis Leidel. | commit | commitdiff | tree | snapshot | 
| 2008-07-13 | floguy | OK rst2a is caching too long, so I have generated docs... | commit | commitdiff | tree | snapshot | 
| 2008-07-13 | floguy | Try 3: Hopefully made README.txt conform to ReST syntax. | commit | commitdiff | tree | snapshot | 
| 2008-07-13 | floguy | Try 2: Hopefully made README.txt conform to ReST syntax. | commit | commitdiff | tree | snapshot | 
| 2008-07-13 | floguy | Hopefully made README.txt conform to ReST syntax. | commit | commitdiff | tree | snapshot | 
| 2008-07-11 | floguy | Fixed bug with extra getvars where an ampersand was... | commit | commitdiff | tree | snapshot | 
| 2008-07-01 | floguy | Updated documentation and reduced overall complexity... | commit | commitdiff | tree | snapshot | 
| 2008-06-18 | jtauber | paging maintains other GET parameters -- contributed... | commit | commitdiff | tree | snapshot | 
| 2008-05-30 | floguy | Added test suite, and prevented pagination if the elusi... | commit | commitdiff | tree | snapshot | 
| 2008-05-30 | floguy | Nitpicky thing with the templates. | commit | commitdiff | tree | snapshot | 
| 2008-05-30 | floguy | Probably fixed a potential bug with extraneous ellipses. | commit | commitdiff | tree | snapshot | 
| 2008-05-30 | floguy | Undid README for now since it was totally off. | commit | commitdiff | tree | snapshot | 
| 2008-05-30 | floguy | Added more granular control over the default template... | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | floguy | Made the error handling a bit more elegant, causing... | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | floguy | Oops, forgot to add some files.  Now version 0.1 is... | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | floguy | Version 0.1 alive and kicking! | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | floguy | Added more svn:ignore action. | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | floguy | Fleshed out initial version of the paginate templatetag. | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | floguy | Added svn:ignore properties. | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | floguy | Created the initial directory structure. | commit | commitdiff | tree | snapshot | 
| 2008-05-29 | (no author) | Initial directory structure. | commit | commitdiff | tree | snapshot | 
|  |