mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-20 11:50:34 +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
|
https://github.com/Tivix/django-rest-auth
|
||||||
|
|
||||||
|
|
||||||
StackOverflow
|
Stack Overflow
|
||||||
-----------
|
-----------
|
||||||
http://stackoverflow.com/questions/tagged/django-rest-auth
|
http://stackoverflow.com/questions/tagged/django-rest-auth
|
|
@ -1,4 +1,4 @@
|
||||||
django>=1.7.0
|
django>=1.7.0
|
||||||
django-rest-auth==0.5.0
|
django-rest-auth==0.6.0
|
||||||
django-allauth==0.24.1
|
django-allauth==0.24.1
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
|
|
|
@ -1,6 +1,16 @@
|
||||||
Changelog
|
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
|
0.5.0
|
||||||
-----
|
-----
|
||||||
- replaced request.DATA with request.data for compatibility with DRF 3.2
|
- replaced request.DATA with request.data for compatibility with DRF 3.2
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ f.close()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-rest-auth',
|
name='django-rest-auth',
|
||||||
version='0.5.0',
|
version='0.6.0',
|
||||||
author='Sumit Chachra',
|
author='Sumit Chachra',
|
||||||
author_email='chachra@tivix.com',
|
author_email='chachra@tivix.com',
|
||||||
url='http://github.com/Tivix/django-rest-auth',
|
url='http://github.com/Tivix/django-rest-auth',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user