Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination breakage between 3.2.2 and 3.2.3 #143

Open
zefoo opened this issue Feb 21, 2020 · 0 comments
Open

Pagination breakage between 3.2.2 and 3.2.3 #143

zefoo opened this issue Feb 21, 2020 · 0 comments

Comments

@zefoo
Copy link

zefoo commented Feb 21, 2020

Hello, we've been running django-el-pagination for years... and it seems the upgrade from 3.2.2 to 3.2.3 breaks our pagination. eg. "1 2 3 4 5 6 >" is no longer shown on pages.

This issue persists in 3.3.0, too. We have this in the template:

{% with object_list=table.rows %}
{% paginate object_list %}
{% get_pages %}

Then we have this:

<div class="row">
  <div class='small-6 columns'>{{ pages }}</div>
    <div class='small-6 columns text-right'>Showing entries
  {{ pages.current_start_index }}-{{ pages.current_end_index }} of
  {{ pages.total_count }}.</div>
</div>

But the numbers don't show up. Any suggestions? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant