Skip to content

Commit

Permalink
feat!: sha1 has been deprecated in django32 and removed in django42.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Oct 2, 2023
1 parent 64662b7 commit 2c5c164
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,6 @@
}

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_HASHING_ALGORITHM = 'sha1'

#################### Python sandbox ############################################

Expand Down
1 change: 0 additions & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,6 @@ def _make_mako_template_dirs(settings):


DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_HASHING_ALGORITHM = 'sha1'

#################### Python sandbox ############################################

Expand Down

0 comments on commit 2c5c164

Please sign in to comment.