-
44 was committed 1 month, 1 week ago.
Fixed bug introduced with python2.3 compatability. Also, renamed the PyPI package to django-pagination instead of just pagination.
-
43 was committed 1 month, 1 week ago.
Fixed some setuptools bugs.
-
42 was committed 1 month, 1 week ago.
Added the ability to save the result list as a variable in the template’s context. Thanks for the original inspiration for this patch, n.leush.
-
41 was committed 1 month, 1 week ago.
Allow for a variable as the paginate_by parameter. Also added tests for this case. Thanks, lfrodrigues.
-
40 was committed 1 month, 1 week ago.
Fix a possible uncaught attribute error. Thanks for the bug report, bela.hausmann.
-
39 was committed 1 month, 1 week ago.
Added setup.py and ez_setup.py getting ready for proper release to PyPI. Thanks to dan.fairs and for some extra stuff from Eric Holscher’s blog.
-
38 was committed 1 month, 1 week ago.
Fixed some python2.3 backwards incompatibility issues.
-
37 was committed 1 month, 1 week ago.
Added translation files for french and polish locales. Thanks, jdemoor and jarek.zgoda!
-
36 was committed 1 month, 1 week ago.
Oops, forgot to add index.txt
-
35 was committed 1 month, 1 week ago.
Moved docs into the docs directory. Also, added an index.txt useful for sphinx documentation.