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
Django newer versions don't support QuerySetPaginator and I am getting errors while reindexing. I am explicitly getting this error. ImportError: cannot import name 'QuerySetPaginator' from 'django.core.paginator'
When I commented out the above-mentioned class QuerySetPaginator from site-packages it works properly.
N.B: Aldryn-common is archived by authors, but why this popular library isn't updating their dependency.
The text was updated successfully, but these errors were encountered:
Bumping it. Currently running into the same issue as well.
Is there any effort by the maintainers? We can obviously help out, but considering this packages last commit is from 21st February 2020 I assume this is dead..?
It is actually quite simple to fix this. aldryn_common is only used for its DiggPaginator, so technically we could open a PR with removed dependency and added DiggPaginator to aldryn_search's own codebase.
Django newer versions don't support
QuerySetPaginator
and I am getting errors while reindexing. I am explicitly getting this error.ImportError: cannot import name 'QuerySetPaginator' from 'django.core.paginator'
When I commented out the above-mentioned class
QuerySetPaginator
from site-packages it works properly.N.B: Aldryn-common is archived by authors, but why this popular library isn't updating their dependency.
The text was updated successfully, but these errors were encountered: