Skip to content

Drop support for Django 1.11 and 2.1 #831

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
Sep 21, 2020

Conversation

sliverc
Copy link
Member

@sliverc sliverc commented Sep 21, 2020

Fixes #830

Description of the Change

Drop support for end of life Django versions 1.11 and 2.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 September 21, 2020 15:30
@sliverc
Copy link
Member Author

sliverc commented Sep 21, 2020

PR #823 is currently stuck because of adding Django 3.1 support. Therefore I have created this PR to be able to move forward so we can update to the current requirements again.

@codecov
Copy link

codecov bot commented Sep 21, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #831   +/-   ##
=======================================
  Coverage   97.08%   97.08%           
=======================================
  Files          58       58           
  Lines        3158     3158           
=======================================
  Hits         3066     3066           
  Misses         92       92           

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 82daf66...5e91279. Read the comment docs.

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, thanks.

@n2ygk n2ygk merged commit 7b2a4ff into django-json-api:master Sep 21, 2020
@sliverc sliverc deleted the drop_django_support 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.

Drop end of life Django versions (2.1, 1.11)
2 participants