openedx / openedx/credentials

[DEPR]: DEFAULT_FILE_STORAGE and STATICFILES_STORAGES

Open
#2,866 5 comments 0 reactions 1 assignee View on GitHub

@awais786 is already working on this.

Since Oct 16, 2025.

depr
Dominant language
Python
Stars
25
Forks
83
Avg merge
11h 51m
Merged PRs (30d)
1

Description

Proposal Date

2025-16-09

Ticket Acceptance Date

?

Technology Removal Date

(as early as Oct 9)

First Open edX Named Release Without This Functionality

Ulmo

Rationale

RFC Start Date
N/A -- Already Accepted

Target Plan Accepted Date
N/A -- Already Accepted

Target Transition Unblocked Date
Immediately -- Transition Already Unblocked

Rationale
This is a mandatory part of the django 4.2->5.2 upgrade.

Description
These Django settings:

  1. DEFAULT_FILE_STORAGE
  2. STATICFILES_STORAGE

have been replaced with with:

  • STORAGES

See the https://github.com/openedx/edx-platform/pull/37002 for more details. For discovery PR is still open.

For operators using a custom DJANGO_SETTINGS_MODULE
Update your config now. The old settings no longer work.

For operators using a YAML File
We have included a temp backwards compatibility shim so that the old settings are still respected when specified via YAML.

This shim will be removed right after the Ulmo cut (as early as Oct 9) so please update your config in the next month.

Migration

No response

Additional Info

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.