-
Notifications
You must be signed in to change notification settings - Fork 138
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
Update django-pipeline to latest #2689
Milestone
Comments
phillxnet
changed the title
Update django-pipeline
Update django-pipeline within Django constrains
Oct 10, 2023
It is proposed that we can now un-pin this dependency, allowing it to move with our ongoing Django Py updates. The latest version on PyPi indicates Django 2.2 and Py3.9 compatibility. |
We were previously held back to 1.7.0 by both our Python and Django versions.
|
phillxnet
changed the title
Update django-pipeline within Django constrains
Update django-pipeline to latest
Oct 12, 2023
phillxnet
added a commit
to phillxnet/rockstor-core
that referenced
this issue
Oct 12, 2023
Remove version pinning given we have now removed the prior dual constraint re Python version and Django version.
phillxnet
added a commit
that referenced
this issue
Oct 12, 2023
…o-latest Update django-pipeline to latest #2689
Closing as: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our remaining "RemovedInDjango31Warning: CachedStaticFilesStorage is deprecated in favor of ManifestStaticFilesStorage" appears to be related to our currently pinned version django-pipeline, limited at the time to 1.7 due to our older Django. See: #2646 by @FroggyFlox :
And we have the following in their changelog for 2.0.1:
https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst#201
https://github.com/jazzband/django-pipeline/blob/master/HISTORY.rst#207
https://pypi.org/project/django-pipeline/2.0.9/
is the last to specifically mention Py3.6 however no specific dropping of Py3.6 has yet been found: still looking!
Current is 2.1.0: https://pypi.org/project/django-pipeline/
This issue is a follow-up to #2646 re our
pendingnow merged in testing "Provisional Django 2.2 LTS update" #2625 (part of Milestone: https://github.com/rockstor/rockstor-core/milestone/22 ) and is a spin-off from the latter issue pertaining to comment: #2625 (comment)The text was updated successfully, but these errors were encountered: