Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham2013-05-301-2/+2
|\
| * Clearer explanation when exception has no messageMarti Raudsepp2013-04-231-2/+2
* | Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* | Fixed #6412 -- More details if a template file cannot be ...Mathijs de Bruin2013-05-211-5/+18
* | Fixed #13958 -- problem reporting exception from \r-line-...Shai Berger2013-05-181-4/+4
|/
* Loaded cycle and firstof from future in built-in template...Aymeric Augustin2013-02-241-1/+1
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-12/+3
* Simplified default project template.Aymeric Augustin2013-02-041-15/+14
* Fixed #19453 -- Ensured that the decorated function's arg...Julien Phalip2012-12-311-7/+15
* PEP 302 source loaders already decode appropriatelyIan Clelland2012-10-261-9/+13
* [py3] Decoded the parsed source file encoding in debug viewClaude Paroz2012-10-081-1/+1
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+2
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-4/+4
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+2
* Removed usage of mimetype kwarg of HttpResponseClaude Paroz2012-06-301-4/+4
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-2/+4
* Fixed #17138 -- Made the sensitive_variables decorator wo...Julien Phalip2012-06-041-3/+14
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-1/+1
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-5/+2
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in ...Jannis Leidel2012-02-091-1/+1
* Fixed #17486 -- Updated the welcome page of new projects ...Aymeric Augustin2012-01-011-1/+1
* Fixed super-edge-case bug in debug view where exc_value.a...Adrian Holovaty2011-12-221-1/+7
* Fixed various dodgy behavioursAdrian Holovaty2011-12-171-1/+1
* Fixed #10841 -- Switched response served when DEBUG=True ...Ramiro Morales2011-10-021-7/+83
* Fixed #16770 -- Eliminated TemplateSyntaxError wrapping o...Carl Meyer2011-09-161-6/+5
* Replaced `has_key()` calls with `in` to ease Python 3 por...Jannis Leidel2011-09-091-1/+1
* Pre-formatted text wrapping change in technical debug page.Malcolm Tredinnick2011-08-221-1/+1
* Fixed #16531 -- Fixed various instances of "undefined nam...Jannis Leidel2011-07-291-1/+2
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant2011-06-101-29/+2
* Fixed #11834 -- Improved technical 500 stacktrace display.Idan Gazit2011-06-091-7/+12
* Fixed #14614 - filtering of sensitive information in 500 ...Luke Plant2011-06-091-6/+157
* Fixed case of DOCTYPE in 500 template, for the sake of co...Luke Plant2011-04-201-1/+1
* Switched to HTML5 doctype in all Django supplied templates.Luke Plant2011-04-201-3/+3
* Removed support code for deprecated module-based template...Ramiro Morales2011-04-021-10/+3
* Fixed #15597: When formatting the debug page for inclusio...Karen Tracey2011-03-141-8/+9
* Fixed #14972 -- Ensure that the HTML email logger always ...Russell Keith-Magee2011-02-011-18/+27
* Fixed #15158 -- Fixed error introduced in r15252 in rende...Ramiro Morales2011-01-291-2/+4
* Fixed #15021 -- Corrected CSS for the layout of stack tra...Russell Keith-Magee2011-01-241-3/+5
* Fixed #15122 -- Restored reporting of the template files ...Ramiro Morales2011-01-201-5/+6
* Fixed #15025 - template debug fails if there's a callable...Luke Plant2011-01-131-2/+5
* Fixed #11990 -- Show the correct URLconf in the technical...Jannis Leidel2010-12-121-1/+7
* Fixed #10863 -- Added HTML support to mail_managers() and...Russell Keith-Magee2010-12-061-20/+34
* Debug 404 page now displays names of URL patterns, if the...Malcolm Tredinnick2010-09-121-1/+6
* Display a repr-like result for safe-string local variable...Malcolm Tredinnick2010-09-111-6/+6
* Fixed #13624: added SIGNATURE to the list of settings to ...Jacob Kaplan-Moss2010-05-281-1/+1
* Fixed #12083: Ensured generating debug 404 page won't rai...Karen Tracey2010-03-051-1/+1