openedx / openedx/openedx-platform
Evaluate removal of DEFAULT_HASHING_ALGORITHM and related code
Open
@jawad-khan is already working on this.
Since Jan 2, 2026.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
The DEFAULT_HASHING_ALGORITHM setting was removed in Django 4.0. The setting is being referenced in the code here which was introduced by https://github.com/openedx/edx-platform/pull/33345.
Investigate if we can remove this along with some of the related code. If so, remove it. If not make a comment near the setting explaining why we continue to use it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.