2014-10-09 16:16:39 +04:00
|
|
|
Changelog
|
2014-10-09 15:01:47 +04:00
|
|
|
=========
|
2014-10-09 16:16:39 +04:00
|
|
|
|
2016-02-29 15:45:43 +03:00
|
|
|
0.8.0
|
2016-01-04 21:57:38 +03:00
|
|
|
-----
|
|
|
|
- added support for django-rest-framework-jwt
|
2016-02-29 16:01:39 +03:00
|
|
|
|
2016-02-23 18:30:53 +03:00
|
|
|
0.7.0
|
|
|
|
-----
|
|
|
|
- Wrapped API returned strings in ugettext_lazy
|
|
|
|
- Fixed not using ``get_username`` which caused issues when using custom user model without username field
|
|
|
|
- Django 1.9 support
|
|
|
|
- Added ``TwitterLoginSerializer``
|
2016-01-04 21:57:38 +03:00
|
|
|
|
2015-11-24 10:40:41 +03:00
|
|
|
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
|
|
|
|
|
2015-08-20 12:28:45 +03:00
|
|
|
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
|
|
|
|
|
2015-04-28 12:10:58 +03:00
|
|
|
0.4.0
|
|
|
|
-----
|
|
|
|
- Django 1.8 compatiblity fixes
|
|
|
|
|
2015-01-27 19:13:47 +03:00
|
|
|
0.3.4
|
|
|
|
-----
|
|
|
|
- fixed bug in PasswordResetConfirmation serializer (token field wasn't validated)
|
|
|
|
- fixed bug in Register view
|
|
|
|
|
2015-01-09 14:42:23 +03:00
|
|
|
0.3.3
|
|
|
|
-----
|
|
|
|
|
|
|
|
- support django-rest-framework v3.0
|
|
|
|
|
2014-12-15 02:09:49 +03:00
|
|
|
0.3.2
|
|
|
|
-----
|
|
|
|
|
|
|
|
- fixed few minor bugs
|
|
|
|
|
2014-11-12 14:18:12 +03:00
|
|
|
0.3.1
|
|
|
|
-----
|
|
|
|
|
|
|
|
- added old_password field in PasswordChangeSerializer
|
|
|
|
- make all endpoints browsable
|
|
|
|
- removed LoggedInRESTAPIView, LoggedOutRESTAPIView
|
|
|
|
- fixed minor bugs
|
|
|
|
|
2014-10-09 16:16:39 +04:00
|
|
|
0.3.0
|
|
|
|
-----
|
|
|
|
|
|
|
|
- replaced ``django-registration`` with ``django-allauth``
|
|
|
|
- moved registration logic to separated django application (``rest_auth.registration``)
|
|
|
|
- added serializers customization in django settings
|
|
|
|
- added social media authentication view
|
|
|
|
- changed request method from GET to POST in logout endpoint
|
|
|
|
- changed request method from POST to PUT/PATCH for user details edition
|
|
|
|
- changed password reset confim url - uid and token should be sent in POST
|
|
|
|
- increase test coverage
|
|
|
|
- made compatibile with django 1.7
|
2016-02-29 16:02:50 +03:00
|
|
|
- removed user profile support
|