index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
debug.py
Age
Commit message (
Expand
)
Author
2013-05-21
Fixed #6412 -- More details if a template file cannot be loaded
Mathijs de Bruin
2013-05-18
Fixed #13958 -- problem reporting exception from \r-line-ended file
Shai Berger
2013-04-23
Clearer explanation when exception has no message
Marti Raudsepp
2013-02-24
Loaded cycle and firstof from future in built-in templates. Refs #17906.
Aymeric Augustin
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-02-04
Simplified default project template.
Aymeric Augustin
2012-12-31
Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...
Julien Phalip
2012-10-26
PEP 302 source loaders already decode appropriately
Ian Clelland
2012-10-08
[py3] Decoded the parsed source file encoding in debug view
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-30
Removed usage of mimetype kwarg of HttpResponse
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-03
Fixed #17138 -- Made the sensitive_variables decorator work with object methods.
Julien Phalip
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-02-09
Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...
Jannis Leidel
2012-01-01
Fixed #17486 -- Updated the welcome page of new projects to reflect the new s...
Aymeric Augustin
2011-12-22
Fixed super-edge-case bug in debug view where exc_value.args was empty. I man...
Adrian Holovaty
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-10-02
Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...
Ramiro Morales
2011-09-16
Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...
Carl Meyer
2011-09-09
Replaced `has_key()` calls with `in` to ease Python 3 port. Thanks, Martin vo...
Jannis Leidel
2011-08-22
Pre-formatted text wrapping change in technical debug page.
Malcolm Tredinnick
2011-07-29
Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-09
Fixed #16178 - Cleanup request classes' `__repr__()`
Luke Plant
2011-06-09
Fixed #11834 -- Improved technical 500 stacktrace display.
Idan Gazit
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-04-20
Fixed case of DOCTYPE in 500 template, for the sake of consistency.
Luke Plant
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-02
Removed support code for deprecated module-based template loaders from debug ...
Ramiro Morales
2011-03-14
Fixed #15597: When formatting the debug page for inclusion in an e-mail, supp...
Karen Tracey
2011-02-01
Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...
Russell Keith-Magee
2011-01-29
Fixed #15158 -- Fixed error introduced in r15252 in rendering of the template...
Ramiro Morales
2011-01-24
Fixed #15021 -- Corrected CSS for the layout of stack traces on the server er...
Russell Keith-Magee
2011-01-20
Fixed #15122 -- Restored reporting of the template files tried in the texmpla...
Ramiro Morales
2011-01-13
Fixed #15025 - template debug fails if there's a callable local var that gene...
Luke Plant
2010-12-12
Fixed #11990 -- Show the correct URLconf in the technical 404 template even i...
Jannis Leidel
2010-12-06
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...
Russell Keith-Magee
2010-09-12
Debug 404 page now displays names of URL patterns, if they exist.
Malcolm Tredinnick
2010-09-11
Display a repr-like result for safe-string local variables on the debug page.
Malcolm Tredinnick
2010-05-28
Fixed #13624: added SIGNATURE to the list of settings to hide on debug pages.
Jacob Kaplan-Moss
2010-03-05
Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...
Karen Tracey
2010-02-24
Fixed #10216. Only try to gather template exception info if the exception is ...
Joseph Kocherhans
2010-02-24
Fixed #12944. Added Django version to the main part of the debug page. Thanks...
Joseph Kocherhans
[prev]
[next]