-
Notifications
You must be signed in to change notification settings - Fork 300
Add support for Python 3.8, Django 3.0 and DRF 3.11 #752
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
Fixes django-json-api#751 Fixes django-json-api#732 Test matrix build by looking to what is officially supported by Django and DRF in there respective release notes.
Codecov Report
@@ Coverage Diff @@
## master #752 +/- ##
=======================================
Coverage 97.12% 97.12%
=======================================
Files 54 54
Lines 2779 2779
=======================================
Hits 2699 2699
Misses 80 80 Continue to review 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.
LGTM
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.
LGTM. Sorry for the long delay.
Fixes #751
Fixes #732
Test matrix build by looking to what is officially supported
by Django and DRF in there respective release notes.
Description of the Change
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS