Skip to content
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

Upgrade Django to 4.2 LTS #902

Merged
merged 17 commits into from
Oct 10, 2023
Merged

Upgrade Django to 4.2 LTS #902

merged 17 commits into from
Oct 10, 2023

Conversation

zubairshakoorarbisoft
Copy link
Contributor

@zubairshakoorarbisoft zubairshakoorarbisoft commented Sep 26, 2023

Upgrading to django42 and dropping django32 support.

@awais786 awais786 changed the title Zshkoor/django42 upgrade django42 support Sep 26, 2023
@awais786 awais786 changed the title django42 support django42 upgrade Sep 26, 2023
# via edx-django-utils
django==3.2.20
django==4.2.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version upgraded.

@iamsobanjaved iamsobanjaved changed the title django42 upgrade Upgrade Django to 4.2 LTS Sep 26, 2023
@iamsobanjaved iamsobanjaved linked an issue Sep 26, 2023 that may be closed by this pull request
8 tasks
@@ -90,8 +95,6 @@
# Make this unique, and don't share it with anybody.
SECRET_KEY = 'uofqkujp@z#_vtwct+v716z+^3hijelj1^fkydwo2^pbkxghfq'

DEFAULT_HASHING_ALGORITHM = "sha1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its removed in django42. Now by default it is 256.

@mattcarter mattcarter merged commit 3230bd6 into master Oct 10, 2023
5 checks passed
@mattcarter mattcarter deleted the zshkoor/django42-upgrade branch October 10, 2023 20:38
iamsobanjaved pushed a commit that referenced this pull request Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Django 4.2 Upgrade
5 participants