Skip to content
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

Remove support for django 2.2 - EOL #676

Closed
mattseymour opened this issue Feb 24, 2023 · 0 comments · Fixed by #677
Closed

Remove support for django 2.2 - EOL #676

mattseymour opened this issue Feb 24, 2023 · 0 comments · Fixed by #677
Assignees

Comments

@mattseymour
Copy link
Contributor

Django 2.2 has been EOL for security patches for over 10 months. Its probably time support in djangorestframework-simplejwt was also removed.

@mattseymour mattseymour self-assigned this Feb 24, 2023
mattseymour added a commit to mattseymour/djangorestframework-simplejwt that referenced this issue Feb 24, 2023
Support for django 2.2 has come and gone. Let's move forwards.
Commit removes references of django 2.2 as well as removing
compatability code found in compat.py.
* Remove reference to django.core.urlresolvers (depricated django 1.10)
* Remove CallableBool

Tests have been update to reflect code changes.
@Andrew-Chen-Wang Andrew-Chen-Wang linked a pull request Feb 26, 2023 that will close this issue
Andrew-Chen-Wang added a commit that referenced this issue Feb 26, 2023
* Fixes #676 - Remove reference to django2.2

Support for django 2.2 has come and gone. Let's move forwards.
Commit removes references of django 2.2 as well as removing compatibility code found in compat.py.
* Remove reference to django.core.urlresolvers (depricated django 1.10)
* Remove CallableBool

Tests have been update to reflect code changes.

* Remove Django 2.2 from CI

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant