You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Using Django 1.10 Admin with a legacy contrib.auth.user plus 1:1 userprofile
It works fine but I'm having trouble letting the user adjust their name
and email address in contrib.auth.user.
Additionally, I reveal some of the user profile fields as an Admin
inline under the Company model for users to edit their preferences.
I would like to include a view which incorporates selected fields from
both models as a single inline under Company in the Admin. Is that
possible? Should I instead retrofit a custom user?