We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4130d1 commit 66beda5Copy full SHA for 66beda5
docs/changelog.rst
@@ -9,9 +9,5 @@ Welcome Dj-Rest-Auth
9
-----
10
Replaces `rest_framework_jwt` with `djangorestframework-simplejwt`.
11
12
-
13
-- rest_framework_jwt is now unmaintained so we've switched to simplewjt,
14
-which is a strong jwt library with a large community.
15
-- This change means you may need to change your client code if you're upgrading
16
- from the previous version. Example: token -> access_token. Please see demo
17
- for more information.
+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.
0 commit comments