-
Notifications
You must be signed in to change notification settings - Fork 71
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
"int does not have attribute encode" traced to el_pagination in Django 2.2 #146
Comments
can you write more information about usage and trace? |
Traceback is as follows. Problem occurs on every release all the way back to 2.1.2 which doesn't run.
|
The problem disappears only if I remove all I cannot update Django at this time because of host-side problems involving the If you can see what's wrong here and could "hot-fix" this one, I would be mighty grateful! |
did you tried latest 3.3.0 version ? |
All releases were tried. I first noticed the problem with 3.3.0 and began walking-back through them until I reached 2.1.2 which apparently isn't compatible with this Django. Much to my surprise, every single one produced this problem! The code had been in production without incident for quite some time. But I am now certain that I have indeed traced it to this package, and it began to appear after other upgrades. Remove these tags and the template renders normally. |
Correction: my installed version of Django is 2.1. Even more ancient than I thought, and I can't change it yet. |
After recent upgrades, our web-site started breaking with this message, and I have traced it to el_pagination by virtue of the fact that the message stops happening when the tags are removed from the template.
The text was updated successfully, but these errors were encountered: