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)

Change History (1)

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3376]) Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.

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