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

Django 3.2 upgrade #28

Merged
merged 5 commits into from
Nov 9, 2022
Merged

Django 3.2 upgrade #28

merged 5 commits into from
Nov 9, 2022

Conversation

ansal
Copy link
Member

@ansal ansal commented Sep 26, 2022

Context

This PR upgrades Django from 2.2.15 to 3.2.15 for this project.

Changes introduced

  1. Upgraded Django version to 3.2.15
  2. Added six to requirements and replaced all usages of django.utils.six. See release notes here - https://docs.djangoproject.com/en/4.1/releases/3.0/#removed-private-python-2-compatibility-apis
  3. It also replaces deprecated method force_text with force_str - https://docs.djangoproject.com/en/4.1/releases/3.0/#features-deprecated-in-3-0

@ansal ansal changed the title WIP: HPE-4016: Django 3.2 upgrade HPE-4016: Django 3.2 upgrade Oct 21, 2022
@ansal ansal marked this pull request as ready for review October 21, 2022 09:26
@ansal ansal requested a review from vedarthk October 21, 2022 09:26
@ansal ansal changed the title HPE-4016: Django 3.2 upgrade Django 3.2 upgrade Oct 31, 2022
@ansal ansal merged commit be39a0d into master Nov 9, 2022
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.

3 participants