Opened 15 years ago

Closed 15 years ago

#12014 closed (wontfix)

profile_class() method for User model

Reported by: Alexander Schepanovski Owned by: nobody
Component: contrib.auth Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In some cases it could help avoiding importing and naming profile model class.

Change History (1)

comment:1 by James Bennett, 15 years ago

Resolution: wontfix
Status: newclosed

If you need to know which class is providing user profiles, it's already easy to find out from inspecting the AUTH_PROFILE_MODULE setting. It's also easy to dynamically import based on the value of that setting (I've written applications which do this).

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