mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
version 0.6.0
This commit is contained in:
parent
f3151ad5c0
commit
b8c3ae9c68
|
@ -26,6 +26,6 @@ Source code
|
|||
https://github.com/Tivix/django-rest-auth
|
||||
|
||||
|
||||
StackOverflow
|
||||
Stack Overflow
|
||||
-----------
|
||||
http://stackoverflow.com/questions/tagged/django-rest-auth
|
|
@ -1,4 +1,4 @@
|
|||
django>=1.7.0
|
||||
django-rest-auth==0.5.0
|
||||
django-rest-auth==0.6.0
|
||||
django-allauth==0.24.1
|
||||
six==1.9.0
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.6.0
|
||||
-----
|
||||
- dropped support for Python 2.6
|
||||
- dropped support for Django 1.6
|
||||
- fixed demo code
|
||||
- added better validation support for serializers
|
||||
- added optional logout after password change
|
||||
- compatibility fixes
|
||||
- bugfixes
|
||||
|
||||
0.5.0
|
||||
-----
|
||||
- replaced request.DATA with request.data for compatibility with DRF 3.2
|
||||
|
|
Loading…
Reference in New Issue
Block a user