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
2626https://github.com/Tivix/django-rest-auth
2727
2828
29- StackOverflow
29+ Stack Overflow
3030-----------
3131http://stackoverflow.com/questions/tagged/django-rest-auth
Original file line number Diff line number Diff line change 11django>=1.7.0
2- django-rest-auth==0.5 .0
2+ django-rest-auth==0.6 .0
33django-allauth==0.24.1
44six==1.9.0
Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
4140.5.0
515-----
616- replaced request.DATA with request.data for compatibility with DRF 3.2
Original file line number Diff line number Diff line change 1818
1919setup (
2020 name = 'django-rest-auth' ,
21- version = '0.5 .0' ,
21+ version = '0.6 .0' ,
2222 author = 'Sumit Chachra' ,
2323 author_email = 'chachra@tivix.com' ,
2424 url = 'http://github.com/Tivix/django-rest-auth' ,
You can’t perform that action at this time.
0 commit comments