Opened 16 years ago
Closed 16 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.
Note:
See TracTickets
for help on using tickets.
If you need to know which class is providing user profiles, it's already easy to find out from inspecting the
AUTH_PROFILE_MODULEsetting. It's also easy to dynamically import based on the value of that setting (I've written applications which do this).