feat(django): update django app to be compatible for Django 4.x#1794
Merged
antonpirker merged 5 commits intogetsentry:masterfrom Jul 10, 2023
Merged
feat(django): update django app to be compatible for Django 4.x#1794antonpirker merged 5 commits intogetsentry:masterfrom
antonpirker merged 5 commits intogetsentry:masterfrom
Conversation
Contributor
DilLip-Chowdary-Codes
commented
Dec 20, 2022
- The django.db.backends.postgresql_psycopg2 module is removed in Django3.0
- The get_response argument for django.utils.deprecation.MiddlewareMixin.init() is required and doesn’t accept None
- [The django.db.backends.postgresql_psycopg2 module is removed in Django3.0](https://docs.djangoproject.com/en/4.1/releases/3.0/#features-removed-in-3-0) - [The get_response argument for django.utils.deprecation.MiddlewareMixin.__init__() is required and doesn’t accept None](https://docs.djangoproject.com/en/4.1/releases/4.0/#features-removed-in-4-0)
Contributor
|
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Contributor
|
Hey @DilLip-Chowdary-Codes, thanks for opening this. I've updated your branch to our current master and ran the pipeline, some steps are red, can you please take a look? |
Contributor
|
As the only change left has a alias since Django 1.9 (and we officially support only Django 1.11+) this should be good to merge! |
antonpirker
approved these changes
Jul 10, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.