#7820 closed (fixed)
django.core.exceptions.MiddlewareNotUsed documentation is difficult to access
| Reported by: | Andrew Badr | Owned by: | Jacob | 
|---|---|---|---|
| Component: | Documentation | Version: | dev | 
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Currently, users must ask Jacob for an explanation. This might be acceptable if his brain would Just Work, but in tests it had a nonzero probability of lying. Instead, exception should be documented with the rest of Django.
Change History (3)
comment:1 by , 17 years ago
| milestone: | → 1.0 | 
|---|---|
| Triage Stage: | Unreviewed → Accepted | 
comment:2 by , 17 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [8254]) Fixed #7820: MiddlewareNotUsed is finally documented somewhere else besides my brain.