Opened 15 years ago

Closed 15 years ago

#11879 closed (wontfix)

user.profile instead of user.get_profile()

Reported by: llonchj@… Owned by: nobody
Component: Contrib apps Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Here's a patch for django 1.1 adding profile as a user property

Attachments (1)

user_profile.diff (462 bytes ) - added by llonchj@… 15 years ago.
user.profile patch

Download all attachments as: .zip

Change History (2)

by llonchj@…, 15 years ago

Attachment: user_profile.diff added

user.profile patch

comment:1 by Luke Plant, 15 years ago

Resolution: wontfix
Status: newclosed

"There should be one-- and preferably only one --obvious way to do it."

Since we can't remove .get_profile() without breaking backwards compatibility, only a slight stylistic subjective advantage at best, there is little motivation to add this.

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