#16929: The form for AUTH_PROFILE_MODULE should extend the basic User admin page
-------------------------+------------------------------
 Reporter:  jasper@…     |          Owner:  nobody
     Type:  New feature  |         Status:  new
Milestone:               |      Component:  contrib.auth
  Version:  1.3          |       Severity:  Normal
 Keywords:  auth, admin  |   Triage Stage:  Unreviewed
Has patch:  0            |  Easy pickings:  0
    UI/UX:  0            |
-------------------------+------------------------------
 I've been struggling to get this done, failing in the end and reverting to
 two separate admin sections; one for users and one for user profiles. It
 seems that the only way to properly include the UserProfile admin inside
 the User admin is by overwriting the standard User admin template and
 view. If that's really the case, I'd say it makes sense to, instead,
 automatically extend the User admin with the form that belongs to the
 AUTH_PROFILE_MODULE model, since there is a one to one relationship
 between the two anyway.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16929>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to