Skip to content

Add support for Django 3.1 #835

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 1 commit into from
Oct 5, 2020
Merged

Conversation

sliverc
Copy link
Member

@sliverc sliverc commented Oct 5, 2020

Fixes #822

Description of the Change

Add support for Django 3.1

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

@sliverc sliverc requested a review from n2ygk October 5, 2020 19:06
@sliverc sliverc mentioned this pull request Oct 5, 2020
5 tasks
@sliverc sliverc added this to the 4.0.0 milestone Oct 5, 2020
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.

Looks good. I'll rebase #772 (again) after I merge this.

@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #835 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #835      +/-   ##
==========================================
- Coverage   97.08%   97.08%   -0.01%     
==========================================
  Files          58       58              
  Lines        3158     3157       -1     
==========================================
- Hits         3066     3065       -1     
  Misses         92       92              
Impacted Files Coverage Δ
example/tests/test_errors.py 100.00% <100.00%> (ø)
example/tests/test_parsers.py 100.00% <100.00%> (ø)
example/urls_test.py 100.00% <100.00%> (ø)

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 cf21ed4...5aafbfe. Read the comment docs.

@sliverc sliverc merged commit 67cf789 into django-json-api:master Oct 5, 2020
@sliverc sliverc deleted the django_31 branch October 5, 2020 19:46
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.

add Django 3.1
2 participants