-
Notifications
You must be signed in to change notification settings - Fork 46
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
Bump versions for django and DRF #20
base: master
Are you sure you want to change the base?
Conversation
1167e59
to
4b34775
Compare
Is this project still being maintained? Even with these changes (proposed almost a year ago, with not so much as a comment in response), all the versions of Django being tested against in this package are EOL. Django 1.11 is an LTS release and the oldest release that still has support, so I would suggest that as a bare minimum. |
I haven't done any Django development for about 3 or 4 years now, so I've not really been keeping this package up to date. I might be able to allocate some time later this week to look at doing a proper dependency version bump. |
For anyone else following along, I would recommend https://github.com/James1345/django-rest-knox as an alternative package. It's a bit more secure, supports the latest Django versions, and also handles token expiration, although it might take more effort to drop it into an active production system with total backward compatibility. |
Like #16, but bumps to newer versions.
Also dropped python 3.2 from tests, as python 3.2 is now EOL. Also Django 1.8 doesn't test against it: