#985 closed defect (fixed)
[1463] possibly incomplete?
Reported by: | Tim Keating | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | 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
When I try to access the admin docs with the new admin (on a system where docutils is not installed, BTW), I get an import error. According to the stack trace, it's failing to import django/contrib/admin/utils.py due to the direct import of docutils modules, the first of which is on line 92. The change to this file in [1463] looks like an attempt to address this problem, but I don't see where you're doing anything with the flag that gets set if the original ImportError gets caught.
Note:
See TracTickets
for help on using tickets.
(In [1563]) Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, Tim Keating