File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 34
34
'django.contrib.messages' ,
35
35
'django.contrib.staticfiles' ,
36
36
'django.contrib.sites' ,
37
-
38
37
'rest_framework' ,
39
38
'rest_framework.authtoken' ,
40
39
'dj_rest_auth' ,
41
-
42
40
'allauth' ,
43
41
'allauth.account' ,
44
42
'dj_rest_auth.registration' ,
Original file line number Diff line number Diff line change 1
1
django>=1.9.0
2
2
dj-rest-auth==0.1.4
3
- djangorestframework>=3.7 .0
3
+ djangorestframework>=3.11 .0
4
4
djangorestframework-simplejwt==4.4.0
5
5
django-allauth>=0.24.1
6
6
django-rest-swagger==2.0.7
7
+ coreapi==2.3.3
Original file line number Diff line number Diff line change @@ -3,4 +3,15 @@ Changelog
3
3
4
4
0.1.2
5
5
-----
6
- Welcome Dj-Rest-Auth
6
+ Welcome Dj-Rest-Auth
7
+
8
+ 1.0.0
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.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Welcome to dj-rest-auth's documentation!
7
7
============================================
8
8
9
9
10
- .. note :: dj-rest-auth supports django-rest-framework >= v3.0
10
+ .. note :: dj-rest-auth version 1.0.0 now uses Django Simple JWT. Please see changelog.
11
11
12
12
13
13
.. image :: https://circleci.com/gh/jazzband/dj-rest-auth.svg?style=svg
You can’t perform that action at this time.
0 commit comments