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

Django pagination based upon the core pagination module

Results 48 django-pure-pagination issues
Sort by recently updated
recently updated
newest added

Pull Request #63 refactored by [Sourcery](https://sourcery.ai/github/). Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from...

Setuptools no longer allows newlines in setup descriptions, which this package has. This PR removes the newlines from the description.

Pull Request #66 refactored by [Sourcery](https://sourcery.ai/github/). Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from...

Got an error when using python 3.10: I had to do the following change in order to have it back working in my project: python3.10/site-packages/pure_pagination/paginator.py: replace the first line "`import...

`p = Paginator(objects, request=request)` in views.py may need to add the number of paged pages, That is modified as `p = Paginator(objects, number, request=request)` Otherwise it will report this error:...

Branch `master` refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. See our documentation [here](https://docs.sourcery.ai/GitHub/Using-Sourcery-for-GitHub/). Run Sourcery locally Reduce the...

ubuntu14.04 error 0855970a5ce02ea12f5a53d520315f200b4847a1/django-pure-pagination-0.3.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-isuua6j4/django-pure-pagination/setup.py", line 5, in README = readme.read() File "/var/env/django_env/lib/python3.4/encodings/ascii.py",...

``` Downloading django-pure-pagination-0.3.0.tar.gz (10 kB) ERROR: Command errored out with exit status 1: command: /opt/mayan-edms/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-zh_8icc8/django-pure-pagination/setup.py'"'"'; __file__='"'"'/tmp/pip-install-zh_8icc8/django-pure-pagination/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info...