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

feat!: Django 4 #1748

Merged
merged 2 commits into from
Nov 8, 2024
Merged

feat!: Django 4 #1748

merged 2 commits into from
Nov 8, 2024

Conversation

faucomte97
Copy link
Contributor

@faucomte97 faucomte97 commented Nov 8, 2024

Upgrade from Django 3.2 to Django 4.2

  • Upgraded all Django-related libraries, and removed the ones that are now installed directly by the common package.
  • Updated all URLs to use re_path instead of url
  • Replaced ifnotequal with simply if !=
  • Replaced ugettext with gettext

This change is Reviewable

@faucomte97 faucomte97 self-assigned this Nov 8, 2024
Copy link
Contributor Author

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

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

Reviewed 9 of 9 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @faucomte97)

@faucomte97 faucomte97 merged commit 4b7608a into master Nov 8, 2024
6 checks passed
@faucomte97 faucomte97 deleted the django4 branch November 8, 2024 15:20
@faucomte97 faucomte97 linked an issue Nov 13, 2024 that may be closed by this pull request
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.

SIM-88344
2 participants