django-pagination icon indicating copy to clipboard operation
django-pagination copied to clipboard

Fork of unmaintained django-pagination - a set of utilities for creating robust pagination tools throughout a django application.

Results 10 django-pagination issues
Sort by recently updated
recently updated
newest added

Hello I don't have time to maintain or release this project. If anyone wants to help or take over please respond below!

Urgent

Any chance a new release could be submitted to PyPI? The alternative is to do an in-house release, which isn't super ideal.

A code in the folder `linaro_django_pagination/test_project/` is not currently using in tests. May be it should be removed?

How to disable page_suffix parameter? I'm just want PAGE=1, not PAGE_OBJECT=1...

Issue #18 describes how pagination, especially paginator.num_pages breaks if {% autopaginate %} is called twice in the same template. I do not understand how the render method works, at least...

Hope I get this described right, but we have a situation where we need two different {% autopaginate foo %} tags. They're in different blocks (of template) so Django can't...

You've removed the PO files from the repository and that's good thing because it's better to compile them when necessary from the current PO files but you need to include...

On OS X with Python 2.6.1 and pip 1.0.2, I'm getting the following error when attempting to install linaro-django-pagination in a virtualenv: Traceback (most recent call last): File "", line...

Hello, is there a tag, something usable in the django-pagination package to access the number of the last page ?

It's probably completely incompatible with your version as it is so I won't submit a pull request, but there are some nice changes to InfinitePagination, including using it directly from...