-
Notifications
You must be signed in to change notification settings - Fork 15
Drop support for Django 5.0, 5.1 and 4.2 #941
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
|
74219e3
to
f5218f9
Compare
d78a6f2
to
183b23f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #941 +/- ##
==========================================
+ Coverage 78.50% 78.55% +0.04%
==========================================
Files 142 142
Lines 5867 5879 +12
==========================================
+ Hits 4606 4618 +12
Misses 1261 1261 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fb77b5e
to
dc5d684
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.
I have added one fixup commit and two more commits myself, feel free to change or remove them if you don't like them
Someone else should have another look at this since I made changes
And a news fragment is needed |
Isn't this also dropping support for Django 5.0 and 5.1? Then the title needs to be changed |
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.
My only wish left is a news fragment 🙂
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 comment might no longer be correct, 5.2 might be using its new fancy forms-features and stuph here. Lets not change the comment until we actually update to do things 5.2-style. The link is useful to find if there has been any changes after all.
|
Depends on #940
Django 5.1 has some new forms-features I'd love to use.