#27911 closed Cleanup/optimization (fixed)
Document UserAdmin when creating custom User model
Reported by: | David D Lowe | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.10 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The section entitled "Using a custom user model when starting a project", when followed, seems to cause the "Users" section of the admin site to disappear.
The simple fix to this is to register the custom User model with UserAdmin. This is not mentioned in the documentation.
Note:
See TracTickets
for help on using tickets.
A pull request fixing this has been created: https://github.com/django/django/pull/8157