You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
* 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 <[email protected]>
Django 2.2 has been EOL for security patches for over 10 months. Its probably time support in djangorestframework-simplejwt was also removed.
The text was updated successfully, but these errors were encountered: