summaryrefslogtreecommitdiff
path: root/django/views/debug.py
AgeCommit message (Expand)Author
2012-02-09Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...Jannis Leidel
2012-01-01Fixed #17486 -- Updated the welcome page of new projects to reflect the new s...Aymeric Augustin
2011-12-22Fixed super-edge-case bug in debug view where exc_value.args was empty. I man...Adrian Holovaty
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-10-02Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...Ramiro Morales
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-09-09Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...Jannis Leidel
2011-08-22Pre-formatted text wrapping change in technical debug page.Malcolm Tredinnick
2011-07-29Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-09Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant
2011-06-09Fixed #11834 -- Improved technical 500 stacktrace display.Idan Gazit
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-04-20Fixed case of DOCTYPE in 500 template, for the sake of consistency.Luke Plant
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-02Removed support code for deprecated module-based template loaders from debug ...Ramiro Morales
2011-03-14Fixed #15597: When formatting the debug page for inclusion in an e-mail, supp...Karen Tracey
2011-02-01Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...Russell Keith-Magee
2011-01-29Fixed #15158 -- Fixed error introduced in r15252 in rendering of the template...Ramiro Morales
2011-01-24Fixed #15021 -- Corrected CSS for the layout of stack traces on the server er...Russell Keith-Magee
2011-01-20Fixed #15122 -- Restored reporting of the template files tried in the texmpla...Ramiro Morales
2011-01-13Fixed #15025 - template debug fails if there's a callable local var that gene...Luke Plant
2010-12-12Fixed #11990 -- Show the correct URLconf in the technical 404 template even i...Jannis Leidel
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-09-12Debug 404 page now displays names of URL patterns, if they exist.Malcolm Tredinnick
2010-09-11Display a repr-like result for safe-string local variables on the debug page.Malcolm Tredinnick
2010-05-28Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages.Jacob Kaplan-Moss
2010-03-05Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...Karen Tracey
2010-02-24Fixed #10216. Only try to gather template exception info if the exception is ...Joseph Kocherhans
2010-02-24Fixed #12944. Added Django version to the main part of the debug page. Thanks...Joseph Kocherhans
2010-01-31Fixed #12744 -- Improved the settings cleansing process the work with diction...Russell Keith-Magee
2010-01-31Fixed #12736 -- Fixed the debug page to hide passwords when they are in dicti...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-07-21Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaag...Russell Keith-Magee
2009-04-12Fixed #9577 --Fixed URL display in the debug template.Malcolm Tredinnick
2009-03-31Fixed #7529: added a FILES section to the debug view. As a bonus, we've now gotJacob Kaplan-Moss
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-08-27Fixed #8287: the debug page now shows the actual requested URL even if you've...Jacob Kaplan-Moss
2008-08-25Fixed #6353: better handle unicode in exception reasons.Jacob Kaplan-Moss
2008-08-17Fixed #8178: Another update to debug template to aid rendering of exception t...Russell Keith-Magee
2008-08-16Fixed #8178: Cleaned up the rendering of exceptions on the error template. Th...Russell Keith-Magee
2008-07-22Fixed #7848 -- Removed a bunch of code that wasn't contributing to society. T...Adrian Holovaty
2008-07-15Fixed #6862 -- Refactored debug traceback extraction into an easy-to-use class.Malcolm Tredinnick
2008-07-08Fixed #7649 -- Fixed incorrect line numbering in debug view in case of empty ...Adrian Holovaty
2008-03-20Fixed #6486 -- Added local server time to the debug output page. Patch fromMalcolm Tredinnick
2008-03-18Fixed #5935 -- the 'It worked' page is now served with a 200 status code, not...Adrian Holovaty
2008-03-18Fixed #6494 -- Factored out the HTML debug output into a method of its own forMalcolm Tredinnick
2008-02-03Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises an...Malcolm Tredinnick
2008-02-03Fixed #6359 -- Fixed an oversight in the debug output: template loaders need ...Malcolm Tredinnick