-
Notifications
You must be signed in to change notification settings - Fork 39
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
Stop supporting Django's older than 3.2 #2823
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2823 +/- ##
==========================================
+ Coverage 57.06% 57.07% +0.01%
==========================================
Files 567 567
Lines 41289 41255 -34
==========================================
- Hits 23561 23548 -13
+ Misses 17728 17707 -21 ☔ View full report in Codecov by Sentry. |
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.
Can we also remove requirements/django22.txt
or should that happen in a later PR?
I sincerely hope so. I cannot find anything in nav-code directly using |
Nah, get rid of it in this PR, please. The multiples of And - as you can see from tox.ini, it doesn't support environments with anything other than Django 3.2 and Django 4.0. |
I added my own commit after playing a bit with regexes and looking through all mentions of Django in the codebase. |
Maybe for tox we can get rid of the |
|
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Maybe, maybe not. The |
No description provided.