public
Description: A set of utilities for creating robust pagination tools throughout a django application.
Homepage: http://code.google.com/p/django-pagination/
Clone URL: git://github.com/ericflo/django-pagination.git
brosner (author)
Thu Jul 30 23:05:08 -0700 2009
ericflo (committer)
Fri Oct 16 12:59:08 -0700 2009
commit  1c414c8ed010359597b05dad1b41b65aeddfd1d7
tree    e281c269b28d80c2fa18a28508b24b529b49d6d5
parent  4118f59dcaba68fd331491829026a8a0b8ba3234
name age message
file .gitignore Sun Mar 29 20:37:32 -0700 2009 Nitpicky stuff and PEP8ification git-svn-id: h... [floguy]
file CONTRIBUTORS.txt Sun Jul 13 15:15:50 -0700 2008 Fixed #1. Thanks, Martin Mahner and Jannis Lei... [floguy]
file LICENSE.txt Wed May 28 19:32:45 -0700 2008 Created the initial directory structure. git-... [floguy]
file MANIFEST.in Fri Oct 16 12:59:08 -0700 2009 added MANIFEST.in [brosner]
directory docs/ Sun Mar 29 23:38:08 -0700 2009 Fixed a problem where the middleware accessed P... [floguy]
directory pagination/ Fri Oct 16 12:58:23 -0700 2009 Add records variable in templatetags, allowing ... [mzdaniel]
file setup.py Fri Oct 16 12:59:08 -0700 2009 removed setuptools from install_requires [brosner]
directory tests/ Thu May 29 21:35:24 -0700 2008 Added test suite, and prevented pagination if t... [floguy]