Skip to content

Commit 9d24b4f

Browse files
committed
Updates docs and demo
1 parent c933513 commit 9d24b4f

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

demo/demo/settings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@
3434
'django.contrib.messages',
3535
'django.contrib.staticfiles',
3636
'django.contrib.sites',
37-
3837
'rest_framework',
3938
'rest_framework.authtoken',
4039
'dj_rest_auth',
41-
4240
'allauth',
4341
'allauth.account',
4442
'dj_rest_auth.registration',

demo/requirements.pip

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
django>=1.9.0
22
dj-rest-auth==0.1.4
3-
djangorestframework>=3.7.0
3+
djangorestframework>=3.11.0
44
djangorestframework-simplejwt==4.4.0
55
django-allauth>=0.24.1
66
django-rest-swagger==2.0.7
7+
coreapi==2.3.3

docs/changelog.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,15 @@ Changelog
33

44
0.1.2
55
-----
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.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Welcome to dj-rest-auth's documentation!
77
============================================
88

99

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.
1111

1212

1313
.. image:: https://circleci.com/gh/jazzband/dj-rest-auth.svg?style=svg

0 commit comments

Comments
 (0)