| Age | Commit message (Expand) | Author |
| 2010-01-31 | Fixed #12744 -- Improved the settings cleansing process the work with diction... | Russell Keith-Magee |
| 2010-01-31 | Fixed #12736 -- Fixed the debug page to hide passwords when they are in dicti... | Russell Keith-Magee |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-14 | Fixed #6262 -- Added a cached template loader, and modified existing template... | Russell Keith-Magee |
| 2009-07-21 | Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag... | Russell Keith-Magee |
| 2009-04-12 | Fixed #9577 --Fixed URL display in the debug template. | Malcolm Tredinnick |
| 2009-03-31 | Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got | Jacob Kaplan-Moss |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8287: the debug page now shows the actual requested URL even if you've... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #6353: better handle unicode in exception reasons. | Jacob Kaplan-Moss |
| 2008-08-17 | Fixed #8178: Another update to debug template to aid rendering of exception t... | Russell Keith-Magee |
| 2008-08-16 | Fixed #8178: Cleaned up the rendering of exceptions on the error template. Th... | Russell Keith-Magee |
| 2008-07-22 | Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T... | Adrian Holovaty |
| 2008-07-15 | Fixed #6862 -- Refactored debug traceback extraction into an easy-to-use class. | Malcolm Tredinnick |
| 2008-07-08 | Fixed #7649 -- Fixed incorrect line numbering in debug view in case of empty ... | Adrian Holovaty |
| 2008-03-20 | Fixed #6486 -- Added local server time to the debug output page. Patch from | Malcolm Tredinnick |
| 2008-03-18 | Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not... | Adrian Holovaty |
| 2008-03-18 | Fixed #6494 -- Factored out the HTML debug output into a method of its own for | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises an... | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6359 -- Fixed an oversight in the debug output: template loaders need ... | Malcolm Tredinnick |
| 2008-02-03 | Fixed #6495 -- Fixed debug traceback HTML output in the rare case when there ... | Malcolm Tredinnick |
| 2007-12-23 | Corrected a typo in the debug page -- 'Share this traceback on a public Web s... | Adrian Holovaty |
| 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 |