Opened 16 years ago
Closed 15 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
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
marking as a duplicate of #13158 since that ticket has a patch