django-rest-auth/docs/changelog.rst

25 lines
746 B
ReStructuredText
Raw Normal View History

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
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
- removed user profile support