https://docs.djangoproject.com/en/1.10/topics/auth/customizing/#using-a
-custom-user-model-when-starting-a-project
The simple fix to this is to register the custom User model with
UserAdmin. This is not mentioned in the documentation.
--
Ticket URL: <https://code.djangoproject.com/ticket/27911>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
A pull request fixing this has been created:
https://github.com/django/django/pull/8157
--
Ticket URL: <https://code.djangoproject.com/ticket/27911#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"9269dec05efae5deb89912a5b9a98ae75acdfff9" 9269dec0]:
{{{
#!CommitTicketReference repository=""
revision="9269dec05efae5deb89912a5b9a98ae75acdfff9"
Fixed #27911 -- Doc'd how to register custom User with admin.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27911#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c7351eaa926805917cac64946df323483b1accf0" c7351ea]:
{{{
#!CommitTicketReference repository=""
revision="c7351eaa926805917cac64946df323483b1accf0"
[1.11.x] Fixed #27911 -- Doc'd how to register custom User with admin.
Backport of 9269dec05efae5deb89912a5b9a98ae75acdfff9 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27911#comment:3>
Comment (by David D Lowe):
Thank you!
--
Ticket URL: <https://code.djangoproject.com/ticket/27911#comment:4>