We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb4b45 commit 4ba9841Copy full SHA for 4ba9841
docs/changelog.rst
@@ -4,6 +4,7 @@ Changelog
4
0.8.0
5
-----
6
- added support for django-rest-framework-jwt
7
+
8
0.7.0
9
10
- Wrapped API returned strings in ugettext_lazy
@@ -67,4 +68,3 @@ Changelog
67
68
- changed password reset confim url - uid and token should be sent in POST
69
- increase test coverage
70
- made compatibile with django 1.7
-- removed user profile support
rest_auth/registration/views.py
@@ -103,4 +103,4 @@ class FacebookLogin(SocialLoginView):
103
-------------
104
"""
105
106
- serializer_class = SocialLoginSerializer
+ serializer_class = SocialLoginSerializer
0 commit comments