-
Notifications
You must be signed in to change notification settings - Fork 583
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
feat: Add django 5.0 support #1424
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1424 +/- ##
==========================================
+ Coverage 75.22% 75.96% +0.74%
==========================================
Files 75 75
Lines 3455 3454 -1
Branches 555 554 -1
==========================================
+ Hits 2599 2624 +25
+ Misses 691 669 -22
+ Partials 165 161 -4
☔ 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.
Looks good to me. Let's get this merged and released 🚢 🚀
Description
This PR adds Django 5.0 support to django-filer:
Form
's undocumented_html_output
(removed in Django 5.0) by officially documentedAdminForm
API (regression test added)django.core.file.storages.get_storage_class
filter_horizontal
fromClipboardAdmin
(which is inaccessible to the user)Related resources
Checklist
master
Slack to find a “pr review buddy” who is going to review my pull request.