Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow update of related modules in USER_ATTR_MAP #3

Open
gergelypolonkai opened this issue Aug 15, 2016 · 0 comments
Open

Allow update of related modules in USER_ATTR_MAP #3

gergelypolonkai opened this issue Aug 15, 2016 · 0 comments

Comments

@gergelypolonkai
Copy link

By using the built-in User model of Django (django.contrib.auth.models) I can’t store a lot of fields, like phone number. However, if I set "settings.phone": "phone" in USER_ATTR_MAP, it won’t do anything (naturally, as the implementation calls setattr() on the user object.) Would it be possible to make it so it can update related models, too? Or is this already possible in a way I’m not aware of?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant