Skip to content

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

Merged
merged 5 commits into from
Jan 17, 2020

Conversation

sliverc
Copy link
Member

@sliverc sliverc commented Dec 13, 2019

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

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

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
Copy link

codecov bot commented Dec 13, 2019

Codecov Report

Merging #752 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2407a1a...69c7695. Read the comment docs.

Copy link
Contributor

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@n2ygk n2ygk left a 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.

@n2ygk n2ygk merged commit 9d42d9b into django-json-api:master Jan 17, 2020
@sliverc sliverc deleted the support-py38-drf311 branch December 28, 2021 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DRF 3.11 support Django 3.0 support
4 participants