| Age | Commit message (Expand) | Author |
| 2007-12-11 | Fixed copy-and-paste view of error page to not indent the first line of insta... | Gary Wilson Jr |
| 2007-12-11 | Fixed imports to adhere to django coding style. | Gary Wilson Jr |
| 2007-12-11 | Fixed #6158 -- Display PYTHONPATH on the debug error page. Thanks, annacoder. | Gary Wilson Jr |
| 2007-12-04 | Changed wording of post-to-dpaste link based on a suggestion from Mordy Ovits | Adrian Holovaty |
| 2007-12-04 | Changed 'Send to DPaste' link (from [6820]) on debug page to wording that's m... | Adrian Holovaty |
| 2007-12-02 | Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. Thanks, | Malcolm Tredinnick |
| 2007-11-20 | Fixed #5974 -- Added autoescaping for source code lines and local variables in | Malcolm Tredinnick |
| 2007-11-14 | Implemented auto-escaping of variable output in templates. Fully controllable... | Malcolm Tredinnick |
| 2007-10-21 | Fixed #5712 -- Added more robustness to source code display in the debug view... | Malcolm Tredinnick |
| 2007-08-12 | Fixed #5046 -- Added 'Unicode error hint' section to debug page in the case o... | Adrian Holovaty |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4335 -- Added Python executable binary path and version to debug output. | Malcolm Tredinnick |
| 2007-04-21 | Fixed #3734 -- Added support for import hooks to the debugging traceback | Malcolm Tredinnick |
| 2007-04-09 | Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping initi... | Adrian Holovaty |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-09-24 | Avoid displaying the profanities list in the debug output. Makes it a bit more | Malcolm Tredinnick |
| 2006-09-05 | Added some escaping of request.path to django/views/debug.py. Thanks, Simon G... | Adrian Holovaty |
| 2006-09-04 | Changed template names from [3707] to remove initial caps, to fit our style. | Adrian Holovaty |
| 2006-09-02 | Refs #2333 - Re-added the template rendering signal for testing purposes; how... | Russell Keith-Magee |
| 2006-08-27 | Reverted [3659], the 'name' field on Template objects and the signal emitted ... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Added a signal that is emitted whenever a template is rendered, ... | Russell Keith-Magee |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand... | Jacob Kaplan-Moss |
| 2006-06-14 | Fixed #2153 -- display debugging template even if no stack frame is found. | Malcolm Tredinnick |
| 2006-05-06 | Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None... | Adrian Holovaty |
| 2006-05-02 | Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages. | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-02-28 | Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view... | Adrian Holovaty |
| 2006-02-27 | Fixed #1059 -- Fixed line numbers off-by-one error in debug output | Adrian Holovaty |
| 2006-01-19 | Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows... | Adrian Holovaty |
| 2006-01-05 | Changed debug error view to escape the exception value, so that values in ang... | Adrian Holovaty |
| 2005-12-09 | Fixed #998 -- Fixed edge-case bug in debug view for templates with only one l... | Adrian Holovaty |
| 2005-12-07 | Added 'It worked' page, in a empty_urlconf() view in views/debug.py. It's cal... | Adrian Holovaty |
| 2005-12-06 | Debug 400 page now displays special error message if your URLconf is empty. | Adrian Holovaty |
| 2005-11-25 | now really fixed the source formatting. brought to you by the magics of IRC-b... | Georg Bauer |
| 2005-11-24 | just another small fix to the template_debug layout | Georg Bauer |
| 2005-11-24 | fixed debug view for templates so it starts counting with 1 | Georg Bauer |
| 2005-11-24 | small fix to the template_debug stuff, it was dropping last characters and di... | Georg Bauer |
| 2005-11-24 | Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort... | Adrian Holovaty |
| 2005-11-24 | changed the linebreaks_iter function to use str.find instead of re.finditer, ... | Georg Bauer |
| 2005-11-23 | Added Wilson's HTML tweaks to the template error screen | Adrian Holovaty |
| 2005-11-23 | Added Wilson's CSS tweaks to the template error screen | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-11-22 | Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU... | Adrian Holovaty |
| 2005-11-20 | Fixed #842 -- 500 error view no longer breaks for local variable named 'items... | Adrian Holovaty |
| 2005-11-17 | Fixed #825; thanks for the suggestions, aaronsw | Jacob Kaplan-Moss |
| 2005-11-17 | Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, Sune | Jacob Kaplan-Moss |
| 2005-11-17 | Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down... | Adrian Holovaty |