Opened 18 years ago
Closed 18 years ago
#2377 closed defect (fixed)
contrib.auth.models does not import ImproperlyConfigured
Reported by: | noods | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | normal | 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
contrib.auth.models does not seem to import ImproperlyConfigured from django.core.exceptions.
(I'm new to python and django so hopefully I haven't missed something)
Note:
See TracTickets
for help on using tickets.
(In [3376]) Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.