def update_social_extra_data(self, data): """Helper function to update the python social auth extra data""" self.social_auth.extra_data.update(data) self.social_auth.save()