#8344 closed (fixed)
contrib.auth.models.User.get_profile() throws AttributeError not SiteProfileNotAvailable
Reported by: | Jannis Leidel | Owned by: | Jannis Leidel |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
On line line 289 it checks if settings.AUTH_PROFILE_MODULE
is set. This throws an AttributeError
instead of the SiteProfileNotAvailable
exception, if the setting is not given.
The attached patch fixes the issue.
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | get_profile.r8366.diff added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
milestone: | → 1.0 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
initial patch to fix get_profile()