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
2015-05-29
Refs #23643 -- Fixed debug view regression on Python 2.
Luca Ferroni
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-04-22
Improved display of template loader postmortem on debug page.
Preston Timmons
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-23
Fixed #24440 -- Added padding to debug view stacktrace lines.
andy matthews
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-03-14
Fixes #23643 -- Added chained exception details to debug view.
Tomáš Ehrlich
2015-03-09
Fixed #24455 -- Fixed crash in debug view with lazy objects
Bas Peschier
2015-03-03
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-02-10
Fixed a crash of the debug page.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Caught all exceptions raised by Engine.get_default().
Aymeric Augustin
2015-01-12
Made debug views not crash when there isn't a default template engine.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-23
Removed direct references to template-related settings.
Aymeric Augustin
2014-11-23
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-19
Simplified caching of the default exception reporter filter.
Aymeric Augustin
2014-11-16
Refactored getting the list of template loaders.
Aymeric Augustin
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-13
Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.
Walter Doekes
2014-07-26
Fixed code to solve #23070 problem
Hiroki KIYOHARA
2014-06-30
Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.
Julia Matsieva
2014-06-24
Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...
Anubhav Joshi
2014-06-12
Prevented markup escape in 'Welcome to Django' page
Claude Paroz
2014-05-19
Fixed #22635 -- Made "It worked!" page localizable.
Markus Amalthea Magnuson
2014-03-28
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
Maxime Turcotte
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
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
[prev]
[next]