We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i installed endless pagination but i have some kind of problem.
What i done:
{% load endless %} {% paginate anuncios %} {% for dato in anuncios %} {# my code ..... #} {% empty %} Message. {% endfor %} {% show_pages %}
But, when i go the view where the items should be listed i see the following error:
'QueryDict' object has no attribute 'REQUEST'
The problem line: {% paginate anuncios %}
Any ideas why it is this happening ??? Thanks a lot !
The text was updated successfully, but these errors were encountered:
I solved the issue, i was using the request reserved name.
Bye !
Sorry, something went wrong.
No branches or pull requests
Hi, i installed endless pagination but i have some kind of problem.
What i done:
{% load endless %}
{% paginate anuncios %}
{% for dato in anuncios %}
{# my code ..... #}
{% empty %}
Message.
{% endfor %}
{% show_pages %}
But, when i go the view where the items should be listed i see the following error:
'QueryDict' object has no attribute 'REQUEST'
The problem line: {% paginate anuncios %}
Any ideas why it is this happening ??? Thanks a lot !
The text was updated successfully, but these errors were encountered: