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
2014-07-26
[1.7.x] Fixed code to solve #23070 problem
Hiroki KIYOHARA
2014-02-15
Corrected a pair of flake8 violations
Alex Gaynor
2014-02-15
Improved fix for #18373 -- backward compatibility
Grzegorz Nosek
2014-02-15
Fixed some flake8 errors from recent commits.
Tim Graham
2014-02-15
Fixed #18373 - improved handling of Resolver404s from views
Grzegorz Nosek
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-07
Fixed #21530 -- Prevent AttributeError in default URLconf detection code.
Baptiste Mispelon
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-22
Fixed #21443 -- Cannot show debug info on PY3's importlib
Bouke Haarsma
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-30
Fixed #21345: Don't evaluate callable settings in the debug page.
Baptiste Mispelon
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-09-18
Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDict
Tim Graham
2013-09-06
adds fix and test for when a template is not specified at all to render(). fi...
Ian Wilson
2013-08-12
Unlocalize line numbers and ids in debug 500 view.
Ramiro Morales
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-30
Merge pull request #1027 from intgr/debug_no_exc_message
Tim Graham
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
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
[next]