-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix: downgrade django-storages to 1.14.3 #35156
fix: downgrade django-storages to 1.14.3 #35156
Conversation
Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master` Co-authored-by: KristinAoki <[email protected]>
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
|
||
# django-storages==1.14.4 breaks course imports | ||
# Two lines were added in 1.14.4 that make file_exists_in_storage function always return False, | ||
# as the default value of AWS_S3_FILE_OVERWRITE is True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KristinAoki @jristau1984 please create a github issue for removing this constraint in the future and ideally schedule that for a future sprint.
* fix: downgrade django-storages to 1.14.3 * fix: change max version * feat: Recompile Python dependencies (openedx#35164) Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master` Co-authored-by: KristinAoki <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: downgrade django-storages to 1.14.3 * fix: change max version * feat: Recompile Python dependencies (openedx#35164) Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master` Co-authored-by: KristinAoki <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: downgrade django-storages to 1.14.3 * fix: change max version * feat: Recompile Python dependencies (openedx#35164) Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master` Co-authored-by: KristinAoki <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: downgrade django-storages to 1.14.3 * fix: change max version * feat: Recompile Python dependencies (openedx#35164) Commit generated by workflow `openedx/edx-platform/.github/workflows/compile-python-requirements.yml@refs/heads/master` Co-authored-by: KristinAoki <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Description
A recent upgrade to
django-storages
from1.14.3
to1.14.4
broke the ability to import a course. The course was able to upload but after uploading the file was not able to be found when the import moved to the "Unpacking" step. This change impacts the "Developer" and "Authors".This bug was introduced in #35125.
Supporting information
Testing instructions