You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately after updating from 4.0.0 to 4.1.X I'm encountering the following error when loading any page with a tempalte that includes el_pagination_tags.
'el_pagination_tags' is not a registered tag library.
Reverting to 4.0.0 solves this problem.
I did a brief peak through the code changes, and it seems like most of the changes from 4.0.X to 4.1.X are build process related. Should I be loading el pagination differently?
Please let me know if there is any additional information you need.
Hello, thank you for maintaining this plugin!
Unfortunately after updating from 4.0.0 to 4.1.X I'm encountering the following error when loading any page with a tempalte that includes
el_pagination_tags
.'el_pagination_tags' is not a registered tag library.
Reverting to 4.0.0 solves this problem.
I did a brief peak through the code changes, and it seems like most of the changes from 4.0.X to 4.1.X are build process related. Should I be loading el pagination differently?
Please let me know if there is any additional information you need.
I'm using Django 5.1.3 with python:3.11.10
Context processors look like:
'el_pagination' is included in installed apps.
The text was updated successfully, but these errors were encountered: