File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
django>=1.8.0
2
- django-rest-auth==0.8.1
2
+ django-rest-auth==0.8.2
3
3
djangorestframework==3.5.1
4
4
django-allauth>=0.24.1
5
5
six==1.9.0
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.8.2
5
+ -----
6
+ - fixed allauth import error
7
+ - added swagger docs to demo project
8
+
9
+ 0.8.1
10
+ -----
11
+ - added support for django-allauth hmac email confirmation pattern
12
+
4
13
0.8.0
5
14
-----
6
15
- added support for django-rest-framework-jwt
7
- - added support for django-allauth hmac email confirmation pattern
8
16
- bugfixes
9
17
10
18
0.7.0
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = 'django-rest-auth' ,
21
- version = '0.8.1 ' ,
21
+ version = '0.8.2 ' ,
22
22
author = 'Sumit Chachra' ,
23
23
24
24
url = 'http://github.com/Tivix/django-rest-auth' ,
You can’t perform that action at this time.
0 commit comments