#825 closed defect (fixed)
Not clear there are more lines of code available in the debug 500 traceback
| Reported by: | aaronsw | Owned by: | Jacob |
|---|---|---|---|
| Component: | Generic views | Version: | |
| 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
The debug page (django/views/debug.py) is very nice but at first glance it is far from obvious that clicking on a line of code will add more context. Nor is it clear that clicking on that one line (as opposed to the context) will make it go away again. Perhaps a link labeled "..." could be added in the right margin as a hint. Then making the entire context clickable to collapse the code again would be nice.
Note:
See TracTickets
for help on using tickets.
(In [1276]) Fixed #825; thanks for the suggestions, aaronsw