Opened 15 years ago

Closed 14 years ago

#11744 closed (duplicate)

Add advice to use OneToOneField to extend the user model/profile.

Reported by: Danic Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Regarding a discussion in django-users, I think the authentication documentation should include the advice that also a OneToOneField can be used to extend the user model/profile:
http://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users

Discussion:
http://groups.google.com/group/django-users/browse_thread/thread/bb6add7b1126fcfe#

Change History (3)

comment:2 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 14 years ago

Resolution: duplicate
Status: newclosed

marking as a duplicate of #13158 since that ticket has a patch

Note: See TracTickets for help on using tickets.
Back to Top