Opened 16 years ago
Closed 16 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:1 by , 16 years ago
comment:2 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 16 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