-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Drop support for Django 2.2 #1551
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1551 +/- ##
==========================================
+ Coverage 85.87% 86.62% +0.75%
==========================================
Files 36 36
Lines 1883 1862 -21
Branches 310 303 -7
==========================================
- Hits 1617 1613 -4
+ Misses 187 175 -12
+ Partials 79 74 -5
Continue to review full report at Codecov.
|
c7c00f7
to
2988f21
Compare
@hramezani Please try again, I pushed the wrong branch but I've reverted the change. |
2988f21
to
98d17f6
Compare
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.
Looks good already. There are still a few django.VERSION
branches around which could be dropped as well, but we don't have to clean up everything at once.
@matthiask I will find them and remove them |
98d17f6
to
c41425a
Compare
246fdee
to
8acfbe5
Compare
I added a commit on top which installs gdal-bin before running tests. Now it's all green. |
No description provided.