Skip to content

Improve performance of updating with using update_field #71

Description

@MAM-SYS

Hello Friends
i was reviewing codes that i faced something

def register_user_with_email_and_password(email, password):

def change_user_password(user, password):

def open_auth_user_creator(email, first_name, last_name, profile_image):

in these methods we are changing profile data but we don't apply these changes to the database with user.profile.save() (we are just saving user changes)
is there any reason for this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions