django-rest-auth/docs/changelog.rst

13 lines
365 B
ReStructuredText
Raw Normal View History

2014-10-09 16:16:39 +04:00
Changelog
2014-10-09 15:01:47 +04:00
=========
2014-10-09 16:16:39 +04:00
2020-03-01 08:40:44 +03:00
0.1.2
2019-04-01 10:51:08 +03:00
-----
2020-03-28 19:36:03 +03:00
Welcome Dj-Rest-Auth
1.0.0
-----
Replaces `rest_framework_jwt` with `djangorestframework-simplejwt`.
2020-03-28 22:05:20 +03:00
Rest_framework_jwt is now unmaintained so we've switched to simplewjt, which is a strong jwt library with a large community.
This change means you may need to change your client code if you're upgrading from the previous version.