Closed DmytroLitvinov closed 3 years ago
Here is a workaround at django-channels and django-taggit
Would be nice also to see new release at PyPI with that change :pray:
Another temporary option is to install this post your standard requirements.txt, that worked for me. Not ideal but got my CI running.
Hi @compagnt , I did get what do you mean under the phrase "install this post your standard requirements.txt"?
Hi @DmytroLitvinov ,
Sorry what I meant was to run your main pip install -r requirements.txt that contains django, then after that run a pip-install -r requirements2.txt that contains just this package reference.
Hi @shinneider , Any chance on merging and releasing it at PyPI?
Thanks for releasing at PyPI new version @shinneider :)
@DmytroLitvinov Yes. i released a version 0.2.2 with this fix.
and i keep this PR for more days, Because i tested locally only... if you have problem in production, tell me here
Guys sorry for long time to response, however this last year i no have much time :( , home moving, new job, new country, coronavirus problems... anyway...
@shinneider , tested at my project. Everything is working as expected :tada:
Hope everything is okay in your life now :pray:
We @shinneider , We have upgraded the package to
0.2.1
and it started to fail at our GitLab CI.Here is a traceback of it:
The affected commit: https://github.com/shinneider/django-admin-inline-paginator/commit/528272b7ab184c16834feb4a169b464fbff47623
Still not sure is it a problem at CI or at configuration for
setup.py
file.