Opened 15 years ago
Closed 15 years ago
#11773 closed (duplicate)
Porxy Model registered in Model Admin are only visible to Super User
Reported by: | coulix | Owned by: | nobody |
---|---|---|---|
Component: | Core (Management commands) | Version: | |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
- MyUser model proxy User.
- Register an admin for MyUser
Only super user can see it, even giving all permissions to an admin does not make him see the interface.
It has to be a superadmin.
Is that wanted ?
Note:
See TracTickets
for help on using tickets.
This is effectively a duplicate of #11154. Your user may have "all" permissions, but Django doesn't explicitly create permissions for Proxy classes. As a result, your non-superuser doesn't have permission to view, change or delete the proxy User.