version 0.6.0

This commit is contained in:
mario 2015-11-24 08:40:41 +01:00
parent f3151ad5c0
commit b8c3ae9c68
4 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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',