mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-23 01:26:39 +03:00
version 0.5.0
This commit is contained in:
parent
316d5c4233
commit
d25df33a79
|
@ -1,4 +1,4 @@
|
||||||
django>=1.5.0
|
django>=1.5.0
|
||||||
django-rest-auth==0.4.0
|
django-rest-auth==0.5.0
|
||||||
django-allauth==0.19.1
|
django-allauth==0.19.1
|
||||||
six==1.9.0
|
six==1.9.0
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.0
|
||||||
|
-----
|
||||||
|
- replaced request.DATA with request.data for compatibility with DRF 3.2
|
||||||
|
- authorization codes for social login
|
||||||
|
- view classes rename (appended "View" to all of them)
|
||||||
|
- bugfixes
|
||||||
|
|
||||||
0.4.0
|
0.4.0
|
||||||
-----
|
-----
|
||||||
- Django 1.8 compatiblity fixes
|
- Django 1.8 compatiblity fixes
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ f.close()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-rest-auth',
|
name='django-rest-auth',
|
||||||
version='0.4.0',
|
version='0.5.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