-
-
Notifications
You must be signed in to change notification settings - Fork 4
Drop Django 3.1 related code #75
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
Conversation
This PR drops code introduced in #18 to support Django 3.1: https://docs.djangoproject.com/en/4.1/releases/3.1/#default-hashing-algorithm-settings Since Django 3.1 support is gone, shall we get rid of this code?
5ff88d6 to
0658203
Compare
Codecov ReportBase: 99.69% // Head: 100.00% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@ ## main #75 +/- ## =========================================== + Coverage 99.69% 100.00% +0.30% =========================================== Files 21 20 -1 Lines 332 339 +7 =========================================== + Hits 331 339 +8 + Misses 1 0 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
👋
This PR drops code introduced in #18 to support Django 3.1:
https://docs.djangoproject.com/en/4.1/releases/3.1/#default-hashing-algorithm-settings
Since Django 3.1 support is gone, shall we get rid of this code?