mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
version 0.5.0
This commit is contained in:
parent
316d5c4233
commit
d25df33a79
|
@ -1,4 +1,4 @@
|
|||
django>=1.5.0
|
||||
django-rest-auth==0.4.0
|
||||
django-rest-auth==0.5.0
|
||||
django-allauth==0.19.1
|
||||
six==1.9.0
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
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
|
||||
-----
|
||||
- Django 1.8 compatiblity fixes
|
||||
|
|
Loading…
Reference in New Issue
Block a user