Skip to content

fix: Fixing get_storage functionality as per new django52. #421

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Change Log
Unreleased
~~~~~~~~~~

[3.4.1] - 2025-04-20
~~~~~~~~~~~~~~~~~~~~

Changed
+++++++
* Fix `get_storage` method.


[3.4.0] - 2025-04-05
~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ celery==5.5.2
# via
# -c requirements/constraints.txt
# -r requirements/base.in
click==8.1.8
click==8.2.0
# via
# celery
# click-didyoumean
Expand All @@ -26,7 +26,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==4.2.20
django==4.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.7
platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pyproject-api==1.9.0
pyproject-api==1.9.1
# via tox
tox==4.25.0
tox==4.26.0
# via -r requirements/ci.in
virtualenv==20.30.0
virtualenv==20.31.2
# via tox
43 changes: 34 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.9
astroid==3.3.10
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -21,6 +21,13 @@ billiard==4.2.1
# via
# -r requirements/test.txt
# celery
boto3==1.38.19
# via -r requirements/test.txt
botocore==1.38.19
# via
# -r requirements/test.txt
# boto3
# s3transfer
build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
Expand All @@ -37,7 +44,7 @@ chardet==5.2.0
# via
# -r requirements/ci.txt
# tox
click==8.1.8
click==8.2.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -87,16 +94,19 @@ distlib==0.3.9
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.20
django==4.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# django-model-utils
# django-storages
# djangorestframework
# drf-yasg
# edx-i18n-tools
django-model-utils==5.0.0
# via -r requirements/test.txt
django-storages==1.14.6
# via -r requirements/test.txt
djangorestframework==3.16.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -130,6 +140,11 @@ jinja2==3.1.6
# via
# -r requirements/quality.txt
# code-annotations
jmespath==1.0.1
# via
# -r requirements/test.txt
# boto3
# botocore
kombu==5.5.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -168,14 +183,14 @@ pbr==6.1.1
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.7
platformdirs==4.3.8
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -211,7 +226,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyproject-api==1.9.0
pyproject-api==1.9.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -232,6 +247,7 @@ pytest-django==4.11.1
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# botocore
# celery
python-slugify==8.0.4
# via
Expand All @@ -250,13 +266,17 @@ pyyaml==6.0.2
# edx-i18n-tools
rules==3.5
# via -r requirements/test.txt
s3transfer==0.12.0
# via
# -r requirements/test.txt
# boto3
six==1.17.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# edx-lint
# python-dateutil
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# via
# -r requirements/quality.txt
# pydocstyle
Expand All @@ -278,7 +298,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.25.0
tox==4.26.0
# via -r requirements/ci.txt
tzdata==2025.2
# via
Expand All @@ -288,13 +308,18 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# botocore
vine==5.1.0
# via
# -r requirements/test.txt
# amqp
# celery
# kombu
virtualenv==20.30.0
virtualenv==20.31.2
# via
# -r requirements/ci.txt
# tox
Expand Down
20 changes: 4 additions & 16 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ celery==5.5.2
# -r requirements/base.txt
certifi==2025.4.26
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
click==8.1.8
click==8.2.0
# via
# -r requirements/base.txt
# celery
Expand All @@ -67,11 +65,9 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==44.0.3
# via secretstorage
deepmerge==2.0
# via sphinxcontrib-openapi
django==4.2.20
django==4.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -119,10 +115,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.9.0
# via
# keyring
# secretstorage
jinja2==3.1.6
# via
# coreschema
Expand Down Expand Up @@ -168,8 +160,6 @@ prompt-toolkit==3.0.51
# via
# -r requirements/base.txt
# click-repl
pycparser==2.22
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
Expand Down Expand Up @@ -217,22 +207,20 @@ rich==14.0.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
rpds-py==0.24.0
rpds-py==0.25.0
# via
# jsonschema
# referencing
rules==3.5
# via -r requirements/doc.in
secretstorage==3.3.3
# via keyring
simplejson==3.20.1
# via django-rest-swagger
six==1.17.0
# via
# -r requirements/base.txt
# python-dateutil
# sphinxcontrib-httpdomain
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.7
# via beautifulsoup4
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.8
click==8.2.0
# via pip-tools
packaging==25.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.3.1
setuptools==80.7.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
astroid==3.3.9
astroid==3.3.10
# via
# pylint
# pylint-celery
click==8.1.8
click==8.2.0
# via
# click-log
# code-annotations
Expand All @@ -33,7 +33,7 @@ mccabe==0.7.0
# via pylint
pbr==6.1.1
# via stevedore
platformdirs==4.3.7
platformdirs==4.3.8
# via pylint
pycodestyle==2.13.0
# via -r requirements/quality.in
Expand All @@ -59,7 +59,7 @@ pyyaml==6.0.2
# via code-annotations
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
snowballstemmer==3.0.1
# via pydocstyle
stevedore==5.4.1
# via code-annotations
Expand Down
2 changes: 2 additions & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ pytest-cov # pytest extension for code coverage statistics
pytest-django # pytest extension for better Django support
rules # Authorization rules for test cases
testfixtures # Provides the LogCapture utility used in some tests
django-storages
boto3
Loading