Opened 17 years ago
Closed 11 years ago
#6992 closed Cleanup/optimization (fixed)
Better error message if Middleware.process_response returns None
Description ¶
It is easy to forget the return statement in process_response(). This
little patch results in a better error message.
Change History (8)
by , 17 years ago
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Patch needs improvement: | set |
---|
comment:3 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → Cleanup/optimization |
comment:6 by , 11 years ago
Has patch: | unset |
---|---|
Patch needs improvement: | unset |
Triage Stage: | Accepted → Ready for checkin |
PR: https://github.com/django/django/pull/2774
It's quite simple but I'll wait for the CI to run the test suite.
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Error message is a wee bit confusing (and is the wsgi handler isn't the only place where this is needed - maybe a small refactor would be good).