File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ Source code
26
26
https://github.com/Tivix/django-rest-auth
27
27
28
28
29
- StackOverflow
29
+ Stack Overflow
30
30
-----------
31
31
http://stackoverflow.com/questions/tagged/django-rest-auth
Original file line number Diff line number Diff line change 1
1
django>=1.7.0
2
- django-rest-auth==0.5 .0
2
+ django-rest-auth==0.6 .0
3
3
django-allauth==0.24.1
4
4
six==1.9.0
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.6.0
5
+ -----
6
+ - dropped support for Python 2.6
7
+ - dropped support for Django 1.6
8
+ - fixed demo code
9
+ - added better validation support for serializers
10
+ - added optional logout after password change
11
+ - compatibility fixes
12
+ - bugfixes
13
+
4
14
0.5.0
5
15
-----
6
16
- replaced request.DATA with request.data for compatibility with DRF 3.2
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = 'django-rest-auth' ,
21
- version = '0.5 .0' ,
21
+ version = '0.6 .0' ,
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