Skip to content

Commit 4ba9841

Browse files
committed
Merge changes
1 parent 1eb4b45 commit 4ba9841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44
0.8.0
55
-----
66
- added support for django-rest-framework-jwt
7+
78
0.7.0
89
-----
910
- Wrapped API returned strings in ugettext_lazy
@@ -67,4 +68,3 @@ Changelog
6768
- changed password reset confim url - uid and token should be sent in POST
6869
- increase test coverage
6970
- made compatibile with django 1.7
70-
- removed user profile support

rest_auth/registration/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ class FacebookLogin(SocialLoginView):
103103
-------------
104104
"""
105105

106-
serializer_class = SocialLoginSerializer
106+
serializer_class = SocialLoginSerializer

0 commit comments

Comments
 (0)