Skip to content

Add Django 5.2 support to django-rest-framework-jwt #120

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abubakarkhawaja
Copy link

Changes:

  • Updated dependencies to support Django 5.2 , djangorestframework 3.16 and Python 3.11/3.12.
  • Removed support for older versions of Django and Python (e.g., Python 2.7, Django < 5.2).
  • Fixed timezone handling in tests by replacing timezone.now() with django_timezone.now()
  • Removed deprecated imports and compatibility layers for older Django versions.
  • Removed six package

@abubakarkhawaja abubakarkhawaja changed the title Upgrade Django 5.2 Add Django 5.2 support to django-rest-framework-jwt May 9, 2025
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.

1 participant