Skip to content

Commit

Permalink
Merge branch 'shubh3794-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Feb 21, 2016
2 parents 2a06ed1 + 4124441 commit bf03bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_social_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_serializer_in_data(self):
Compile the incoming data into a form fit for the serializer_in class.
:return: Data for serializer in the form of a dictionary with 'provider' and 'code' keys.
"""
return self.request.data
return self.request.data.copy()

@method_decorator(never_cache)
def post(self, request, *args, **kwargs):
Expand Down

0 comments on commit bf03bc5

Please sign in to comment.