-
Notifications
You must be signed in to change notification settings - Fork 48
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
Python 3.12 & Django 4.2 upgrade #97
Conversation
Left a few comments but all minor stuff, +1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we do drop the deprecated middlewares, we will actually need to reach out to the content team to update some things - turns out we have been advertising the django-security package in our how-tos - they should be updated to reference the Django built-in security middlewares now: I690
This merge request aims to update the Python package to ensure seamless compatibility with Django 4.2 and Python 3.12. The following modifications have been implemented:
Django 4.2 Compatibility Updates:
ugettext_lazy
togettext_lazy
.Python 3.12 Compatibility Updates:
Ref: https://sdelements.atlassian.net/browse/DEVOP-6777