]> git.parisson.com Git - django-social-auth.git/commit
Fix for integrity error on new auth for update_dict
authorChris Kirk <kirk.chris@gmail.com>
Sat, 30 Jun 2012 02:07:32 +0000 (19:07 -0700)
committerChris Kirk <kirk.chris@gmail.com>
Sat, 30 Jun 2012 02:07:32 +0000 (19:07 -0700)
commitfb20c9462b0ec9d1bca61cc36517654a22059877
tree041aa0113bf76dfd9a009cdfdd5e82ca908da105
parent207853db84fddce364f4fa2406d58906bcb4334d
Fix for integrity error on new auth for update_dict

So extra_data is only updated instead of overwritten it was changed
here:
https://github.com/omab/django-social-auth/commit/cafe06eef838a7ee54312e
c42a84a03ade835c0d. However this results in an Integrity error if a new
account is being created for the first time. This fixes that.
social_auth/backends/pipeline/social.py