Django-el-pagination

Latest version: v4.0.0

Safety actively analyzes 622360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

4.0.0

~~~~~~~~~~~~~

**New feature**: Django 4.1.x support.
Django EL(Endless) Pagination now supports Django from 3.2.x to 4.1.x
supports Python 3.8, 3.9, 3.10

3.3.0

~~~~~~~~~~~~~

**New feature**: Django 3.0.x support.
Django EL(Endless) Pagination now supports Django from 1.11.x to 3.0.x
Dropped support for Python 2.x

3.2.4

~~~~~~~~~~~~~

**Fix**: compatible with jQuery 3.x

3.2.3

~~~~~~~~~~~~~
Bug-fix release

3.2.2

~~~~~~~~~~~~~
Bug-fix release

**Fix**: fix UnicodeEncodeError with translate in templates

3.2.0

~~~~~~~~~~~~~
**New feature**: Django 2.0.x support.
Django EL(Endless) Pagination now supports Django from 1.8.x to 2.0.x


**New feature**: settings.USE_NEXT_PREVIOUS_LINKS: default=False
if True:
Add `is_previous` & `is_next` flags for `previous` and `next` pages
Add `next_link.html` & `previous_link.html` templates


**New feature**: `__unicode__` is removed from class ELPage
It's Fix Causes Fatal Python error with django-debug-toolbar
In templates:
- {{ page }} now use as {{ page.render_link }}
- {{ pages }} now use as {{ pages.get_rendered }}


**Template changes**:
show_pages.html:
`page|default_if_none` replaced `page.render_link|default`

----

**Cleanup**:
utils.UnicodeMixin
utils.text

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.