chore!: upgrade Django version to 4.2 (LTS) (#33969)
* chore!: upgrade Django version to 4.2 (LTS) * feat: Upgrade Python dependency Django chore!: upgrade Django version to 4.2 Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` * chore: Update common.py * chore: Update common.py --------- Co-authored-by: Muhammad Soban Javed <iamsobanjaved@gmai.com> Co-authored-by: iamsobanjaved <iamsobanjaved@users.noreply.github.com> Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com>
This commit is contained in:
committed by
GitHub
parent
4ec70eb98b
commit
fc8e40fb10
@@ -1105,8 +1105,8 @@ DATABASES = {
|
||||
}
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||
# This will be overridden through CMS config
|
||||
DEFAULT_HASHING_ALGORITHM = 'sha1'
|
||||
DEFAULT_HASHING_ALGORITHM = 'sha256'
|
||||
|
||||
#################### Python sandbox ############################################
|
||||
|
||||
CODE_JAIL = {
|
||||
|
||||
Reference in New Issue
Block a user