Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15827 closed Bug (fixed)

the OneToOneField in Profile should be named 'user'

Reported by: Kenneth Gonsalves Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: Auth Profile
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the docs on Profile, it is not mentioned that the OneToOneField to User should be named user for get_profile() to work.

Attachments (1)

auth.txt.diff (974 bytes ) - added by Kenneth Gonsalves 13 years ago.
diff for patch

Download all attachments as: .zip

Change History (5)

by Kenneth Gonsalves, 13 years ago

Attachment: auth.txt.diff added

diff for patch

comment:1 by Johannes Dollinger, 13 years ago

Easy pickings: unset
Triage Stage: UnreviewedAccepted

comment:2 by dmclain, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [16155]:

Fixed #15827 - Documented that OneToOneField in Profile should be named 'user'; thanks lawgon.

comment:4 by Tim Graham, 13 years ago

In [16156]:

[1.3.X] Fixed #15827 - Documented that OneToOneField in Profile should be named 'user'; thanks lawgon.

Backport of r16155 from trunk.

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