-
Notifications
You must be signed in to change notification settings - Fork 730
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 Causes ValueError from Breadcrumbs #551
Comments
@Fantomas42 any thoughts here? This seems really weird but not too complicated and I'm guessing you'll have ideas right away. Thanks. |
In the file breadcrumbs.py, function "handle_page_crumb" try adding to the if before the crash " and breadcrumbs":
|
jplehmann
added a commit
to morphmarket/django-blog-zinnia
that referenced
this issue
Feb 18, 2019
2 tasks
@joaolsilva thank you very much. I guess no one else but me don't use breadcrumbs. I have created a PR. |
jplehmann
added a commit
to morphmarket/django-blog-zinnia
that referenced
this issue
Feb 18, 2019
doidor
pushed a commit
to morphmarket/django-blog-zinnia
that referenced
this issue
May 25, 2020
GhalebKhaled
pushed a commit
to morphmarket/django-blog-zinnia
that referenced
this issue
Jul 26, 2022
dismine
added a commit
to dismine/django-blog-zinnia
that referenced
this issue
Dec 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actual behavior
Upon upgrading several versions of Django and Zinnia, I started seeing exceptions in production for pagination beyond page 1.
Expected behavior
Goes to page 2.
Steps to reproduce the issue
Specifications
Disclaimer
Before submitting an issue make sure you have:
I guess this may be something in my configuration since no one else had this issue, but not sure what that would be.
The text was updated successfully, but these errors were encountered: